Uses of Class
readycli.CLI
-
Uses of CLI in readycli
Methods in readycli that return CLI Modifier and Type Method Description CLI
CLI. addCommand(java.lang.String name, Command command)
Adds a command to theCLI
.static CLI
CLI. create()
Creates a newCLI
object with a null application title and a null command prompt.static CLI
CLI. create(java.lang.String title)
Creates a newCLI
object with a null application title and a null command prompt.static CLI
CLI. create(java.lang.String title, java.lang.String commandPrompt)
Creates a newCLI
object with the given application title and command prompt.CLI
CLI. removeCommand(java.lang.String name)
Removes a command to theCLI
.CLI
CLI. setCommandPrompt(java.lang.String commandPrompt)
Sets a new command prompt to show just before theCLI
starts to listen for the next command.CLI
CLI. setTitle(java.lang.String title)
Sets theCLI
title (e.g. the application name and the version).