public class Cli
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLI_PASSWORD_PROPERTY_NAME |
static java.lang.String |
CLI_USERNAME_PROPERTY_NAME |
| Constructor and Description |
|---|
Cli(CliOptions options) |
Cli(CliOptions options,
jline.console.ConsoleReader consoleReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
createCredentials(com.xebialabs.deployit.booter.remote.BooterConfig.Builder builder) |
Interpreter |
getNewInterpreter() |
static void |
main(java.lang.String[] args) |
public static final java.lang.String CLI_PASSWORD_PROPERTY_NAME
public static final java.lang.String CLI_USERNAME_PROPERTY_NAME
public Cli(CliOptions options) throws java.lang.Exception
java.lang.Exceptionpublic Cli(CliOptions options, jline.console.ConsoleReader consoleReader) throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic Interpreter getNewInterpreter() throws javax.script.ScriptException, java.io.FileNotFoundException
javax.script.ScriptExceptionjava.io.FileNotFoundExceptionpublic void createCredentials(com.xebialabs.deployit.booter.remote.BooterConfig.Builder builder)
throws java.io.IOException
java.io.IOException