Class ArgHandlerIgnore


public abstract class ArgHandlerIgnore extends ArgHandlerFlag
Ignores any existing files and does not overwrite them.
  • Constructor Details

    • ArgHandlerIgnore

      public ArgHandlerIgnore()
  • Method Details

    • getPurposeSnippet

      public String 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 class ArgHandlerFlag
    • getLabel

      public String 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 class ArgHandlerFlag