C E G I M P R S V W
C
- Cli - Class in io.jooby.cli
-
Application console.
- Cli() - Constructor for class io.jooby.cli.Cli
-
- Cmd - Class in io.jooby.cli
-
Base class for application commands.
- Cmd() - Constructor for class io.jooby.cli.Cmd
-
- Context - Interface in io.jooby.cli
-
Provides an execution context for application commands as well as utility methods for read and
writing to the console.
- copyResource(String, Path) - Method in interface io.jooby.cli.Context
-
Copy a classpath resource to a file.
- copyResource(String, Path, Set<PosixFilePermission>) - Method in interface io.jooby.cli.Context
-
Copy a classpath resource to a file.
- CreateCmd - Class in io.jooby.cli
-
Create application command.
- CreateCmd() - Constructor for class io.jooby.cli.CreateCmd
-
E
- exit(int) - Method in interface io.jooby.cli.Context
-
Exit application.
- ExitCmd - Class in io.jooby.cli
-
Exit console application.
- ExitCmd() - Constructor for class io.jooby.cli.ExitCmd
-
G
- getVersion() - Method in interface io.jooby.cli.Context
-
Jooby version to use.
- getVersion() - Method in class io.jooby.cli.Version
-
- getWorkspace() - Method in interface io.jooby.cli.Context
-
Working directory (where the projects are created).
I
- io.jooby.cli - package io.jooby.cli
-
M
- main(String[]) - Static method in class io.jooby.cli.Cli
-
Start a jooby console or execute given arguments and exits.
P
- println(String) - Method in interface io.jooby.cli.Context
-
Write a message to console.
R
- readLine(String) - Method in interface io.jooby.cli.Context
-
Ask user for input.
- run(Context) - Method in class io.jooby.cli.Cli
-
- run() - Method in class io.jooby.cli.Cmd
-
- run(Context) - Method in class io.jooby.cli.Cmd
-
Run a command.
- run(Context) - Method in class io.jooby.cli.CreateCmd
-
- run(Context) - Method in class io.jooby.cli.ExitCmd
-
- run(Context) - Method in class io.jooby.cli.SetCmd
-
S
- SetCmd - Class in io.jooby.cli
-
Set/configure options used by the tool (for now is just for workspace).
- SetCmd() - Constructor for class io.jooby.cli.SetCmd
-
- setContext(Context) - Method in class io.jooby.cli.Cmd
-
Set command context.
- setWorkspace(Path) - Method in interface io.jooby.cli.Context
-
Set workspace/working directory.
V
- Version - Class in io.jooby.cli
-
Jooby version.
- Version() - Constructor for class io.jooby.cli.Version
-
- VERSION - Static variable in class io.jooby.cli.Version
-
VERSION.
W
- writeTemplate(String, Object, Path) - Method in interface io.jooby.cli.Context
-
Look for the given template and dump/write to the file.
C E G I M P R S V W
Copyright © 2019. All rights reserved.