Class ArgHandlerOverwrite


public abstract class ArgHandlerOverwrite extends ArgHandlerFlag
Overwrites any existing files.
  • Constructor Details

    • ArgHandlerOverwrite

      public ArgHandlerOverwrite()
  • 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