Index
All Classes and Interfaces|All Packages
C
- Cli - Class in io.jooby.cli
-
Application console.
- Cli() - Constructor for class io.jooby.cli.Cli
- CliContext - Interface in io.jooby.cli
-
Provides an execution context for application commands as well as utility methods for read and writing to the console.
- Cmd - Class in io.jooby.cli
-
Base class for application commands.
- Cmd() - Constructor for class io.jooby.cli.Cmd
- copyResource(String, Path) - Method in interface io.jooby.cli.CliContext
-
Copy a classpath resource to a file.
- copyResource(String, Path, Set<PosixFilePermission>) - Method in interface io.jooby.cli.CliContext
-
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.CliContext
-
Exit application.
- ExitCmd - Class in io.jooby.cli
-
Exit console application.
- ExitCmd() - Constructor for class io.jooby.cli.ExitCmd
G
- getDependencyMap() - Method in interface io.jooby.cli.CliContext
-
List all dependencies and their version.
- getVersion() - Method in interface io.jooby.cli.CliContext
-
Jooby version to use.
- getVersion() - Method in class io.jooby.cli.Version
- getWorkspace() - Method in interface io.jooby.cli.CliContext
-
Working directory (where the projects are created).
- gson - Static variable in class io.jooby.cli.Cli
-
JSON parser.
I
- io.jooby.cli - module io.jooby.cli
- 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.CliContext
-
Write a message to console.
R
- readLine(String) - Method in interface io.jooby.cli.CliContext
-
Ask user for input.
- run() - Method in class io.jooby.cli.Cmd
- run(CliContext) - Method in class io.jooby.cli.Cli
- run(CliContext) - Method in class io.jooby.cli.Cmd
-
Run a command.
- run(CliContext) - Method in class io.jooby.cli.CreateCmd
- run(CliContext) - Method in class io.jooby.cli.ExitCmd
- run(CliContext) - 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(CliContext) - Method in class io.jooby.cli.Cmd
-
Set command context.
- setWorkspace(Path) - Method in interface io.jooby.cli.CliContext
-
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.CliContext
-
Look for the given template and dump/write to the file.
All Classes and Interfaces|All Packages