Package org.jline.console
Class CmdDesc
java.lang.Object
org.jline.console.CmdDesc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintList<org.jline.utils.AttributedString>booleanbooleanbooleanbooleanisValid()org.jline.utils.AttributedStringoptionDescription(String key) booleanoptionWithValue(String option) voidsetErrorIndex(int errorIndex) voidsetErrorPattern(Pattern errorPattern) voidsetHighlighted(boolean highlighted) voidsetMainDesc(List<org.jline.utils.AttributedString> mainDesc) voidsetSubcommand(boolean subcommand)
-
Constructor Details
-
CmdDesc
public CmdDesc() -
CmdDesc
public CmdDesc(boolean valid) -
CmdDesc
-
CmdDesc
-
CmdDesc
-
-
Method Details
-
isValid
public boolean isValid() -
isCommand
public boolean isCommand() -
setSubcommand
public void setSubcommand(boolean subcommand) -
isSubcommand
public boolean isSubcommand() -
setHighlighted
public void setHighlighted(boolean highlighted) -
isHighlighted
public boolean isHighlighted() -
mainDesc
-
setMainDesc
-
getMainDesc
-
getOptsDesc
-
setErrorPattern
-
getErrorPattern
-
setErrorIndex
public void setErrorIndex(int errorIndex) -
getErrorIndex
public int getErrorIndex() -
getArgsDesc
-
optionWithValue
-
optionDescription
-