Package org.kendar.cli
Class HelpLine
java.lang.Object
org.kendar.cli.HelpLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLevel()booleanisBlock()booleanvoidsetAvailableOptions(String availableOptions) voidsetDescription(String description) voidsetLevel(int level) voidsetLongCommand(String longCommand) voidsetMultiple(boolean multiple) voidsetShortCommand(String shortCommand) toString()
-
Constructor Details
-
HelpLine
-
HelpLine
-
-
Method Details
-
getLevel
public int getLevel() -
setLevel
public void setLevel(int level) -
isBlock
public boolean isBlock() -
toString
-
getShortCommand
-
setShortCommand
-
getLongCommand
-
setLongCommand
-
getDescription
-
setDescription
-
getAvailableOptions
-
setAvailableOptions
-
isMultiple
public boolean isMultiple() -
setMultiple
public void setMultiple(boolean multiple)
-