Repl | 
Repl.alias(java.lang.String alias,
     java.lang.String command) | 
 Define a new alias 
 | 
Repl | 
Repl.allowExit(java.util.function.Function<CommandEnvironment,java.lang.Boolean> allowExit) | 
 Define an allow exit function. 
 | 
Repl | 
Repl.args(java.lang.String[] args) | 
 Pass the arguments to the application from the OS command line. 
 | 
Repl | 
Repl.command(CommandDefinitionBuilder.CommandDefinitionBuilderReady builder) | 
 Define a command. 
 | 
Repl | 
Repl.debug() | 
 Switch the Repl into debug mode. 
 | 
Repl | 
Repl.prompt(java.lang.String prompt) | 
 Define the prompt that th euser will see in the 
 | 
Repl | 
CommandEnvironment.repl() | 
  | 
Repl | 
Repl.startup(java.lang.String startupFile) | 
 Define the name of the startup file that is executed when the applicatoin starts to run. 
 | 
Repl | 
Repl.stateReporter(java.util.function.Consumer<CommandEnvironment> stateReporter) | 
 Define a command, which is started after each configured command execution. 
 | 
Repl | 
Repl.title(java.lang.String title) | 
 Provide a title for the application. 
 |