메소드 | 설명 | |
---|---|---|
Create ( ) : |
||
Create ( String opt ) : |
||
Create ( char opt ) : |
||
HasArgument ( ) : |
||
HasArgument ( bool hasArg ) : |
||
HasArguments ( ) : |
||
HasArguments ( int num ) : |
||
HasOptionalArg ( ) : |
||
HasOptionalArgs ( ) : |
||
HasOptionalArgs ( int numArgs ) : |
||
IsRequired ( ) : |
||
IsRequired ( bool newRequired ) : |
||
New ( ) : |
||
WithArgumentName ( String name ) : |
||
WithDescription ( String newDescription ) : |
||
WithLongName ( String newLongopt ) : |
||
WithType ( OptionType newType ) : |
||
WithValueSeparator ( ) : |
||
WithValueSeparator ( char sep ) : |
메소드 | 설명 | |
---|---|---|
Reset ( ) : void |
public HasArgument ( bool hasArg ) : |
||
hasArg | bool | |
리턴 |
public HasOptionalArgs ( int numArgs ) : |
||
numArgs | int | |
리턴 |
public IsRequired ( bool newRequired ) : |
||
newRequired | bool | |
리턴 |
public WithArgumentName ( String name ) : |
||
name | String | |
리턴 |
public WithDescription ( String newDescription ) : |
||
newDescription | String | |
리턴 |
public WithLongName ( String newLongopt ) : |
||
newLongopt | String | |
리턴 |
public WithType ( OptionType newType ) : |
||
newType | OptionType | |
리턴 |
public WithValueSeparator ( char sep ) : |
||
sep | char | |
리턴 |