Interface Arg

All Known Implementing Classes:
Commandline.Argument

public interface Arg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFile(File file)
     
    void
     
    void
    setMask(boolean mask)
    Whether to hide the argument value when a command line prints the arguments.
    void
     
  • Method Details

    • setValue

      void setValue(String value)
      Parameters:
      value - the value to be set
    • setLine

      void setLine(String line) throws CommandLineException
      Parameters:
      line - the line of arguments
      Throws:
      CommandLineException - in case of unbalanced quotes.
    • setFile

      void setFile(File file)
      Parameters:
      file - the file to be set
    • setMask

      void setMask(boolean mask)
      Whether to hide the argument value when a command line prints the arguments.
      Parameters:
      mask - new state of the mask property
      Since:
      0.6