public class SystemShellBuiltIn.Option
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
longName |
char |
shortName |
boolean |
takesArgument |
Constructor and Description |
---|
SystemShellBuiltIn.Option(char shortName,
java.lang.String longName,
boolean takesArgument) |