
public class ArgHandlerSoyc extends ArgHandlerFlag
| Constructor and Description | 
|---|
| ArgHandlerSoyc(OptionSoycEnabled options) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | getDefaultValue()Returns the default value that will appear in help messages. | 
| String | getLabel()The root String that will be munged into -label and -nolabel variants for flag value toggling. | 
| String | getPurposeSnippet()Returns a description that will be mixed together with default value to come up with the
 overall flag purpose. | 
| boolean | isUndocumented() | 
| boolean | setFlag(boolean value)Takes the explicitly provided value and propagates it into whatever option settings this flag
 controls. | 
addTagValue, getHelpTag, getPurpose, getTag, getTagArgs, getTags, handle, isRequiredgetDefaultArgs, isExperimentalpublic ArgHandlerSoyc(OptionSoycEnabled options)
public String getPurposeSnippet()
ArgHandlerFlaggetPurposeSnippet in class ArgHandlerFlagpublic String getLabel()
ArgHandlerFlaggetLabel in class ArgHandlerFlagpublic boolean isUndocumented()
isUndocumented in class ArgHandlerpublic boolean setFlag(boolean value)
ArgHandlerFlagsetFlag in class ArgHandlerFlagvalue - the new value for the flag.public boolean getDefaultValue()
ArgHandlerFlaggetDefaultValue in class ArgHandlerFlagCopyright © 2018. All rights reserved.