Interface Arg

All Known Implementing Classes:
Commandline.Argument

public interface Arg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFile(File value)
     
    void
     
    void
    setMask(boolean mask)
    To mask the argument value when a command line ask to print his arguments.
    void
     
  • Method Details

    • setValue

      void setValue(String value)
      Parameters:
      value - Set the value.
    • setLine

      void setLine(String line) throws CommandLineException
      Parameters:
      line - The line of arguments.
      Throws:
      CommandLineException
    • setFile

      void setFile(File value)
      Parameters:
      value - The file to be set.
    • setMask

      void setMask(boolean mask)
      To mask the argument value when a command line ask to print his arguments.
      Parameters:
      mask - new state of the maks property
      Since:
      0.6