public class AbstractShellArgument extends Object implements SkbShellArgument
SkbShellFactory to create a new object.| Modifier and Type | Method and Description |
|---|---|
String |
addedHelp()
Returns additional text for an auto-generated help for the argument.
|
String |
getDescription() |
String |
getKey()
Returns the key of a shell argument.
|
SkbShellArgumentType |
getType()
Returns the type of a shell argument.
|
boolean |
isOptional()
Optional flag for the argument.
|
String |
toString() |
Object[] |
valueSet()
Returns an allowed set of values of same type as
SkbShellArgument.getType() refers to |
public String getKey()
SkbShellArgumentgetKey in interface SkbShellArgumentpublic SkbShellArgumentType getType()
SkbShellArgumentgetType in interface SkbShellArgumentpublic String getDescription()
getDescription in interface HasDescriptionpublic String addedHelp()
SkbShellArgumentaddedHelp in interface SkbShellArgumentpublic boolean isOptional()
SkbShellArgumentisOptional in interface SkbShellArgumentpublic Object[] valueSet()
SkbShellArgumentSkbShellArgument.getType() refers tovalueSet in interface SkbShellArgumentCopyright © 2010–2017. All rights reserved.