Package com.google.gwt.user.tools.util
Class ArgHandlerIgnore
java.lang.Object
com.google.gwt.util.tools.ArgHandler
com.google.gwt.util.tools.ArgHandlerFlag
com.google.gwt.user.tools.util.ArgHandlerIgnore
Ignores any existing files and does not overwrite them.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
The root String that will be munged into -label and -nolabel variants for flag value toggling.Returns a description that will be mixed together with default value to come up with the overall flag purpose.Methods inherited from class com.google.gwt.util.tools.ArgHandlerFlag
addTagValue, getDefaultValue, getHelpTag, getPurpose, getTag, getTagArgs, getTags, handle, isRequired, setFlag
Methods inherited from class com.google.gwt.util.tools.ArgHandler
getDefaultArgs, isExperimental, isUndocumented
-
Constructor Details
-
ArgHandlerIgnore
public ArgHandlerIgnore()
-
-
Method Details
-
getPurposeSnippet
Description copied from class:ArgHandlerFlag
Returns a description that will be mixed together with default value to come up with the overall flag purpose.- Specified by:
getPurposeSnippet
in classArgHandlerFlag
-
getLabel
Description copied from class:ArgHandlerFlag
The root String that will be munged into -label and -nolabel variants for flag value toggling. Should follow the verb[Adjective]Noun naming pattern. For example:- Overrides:
getLabel
in classArgHandlerFlag
-