Interface ArgsAccessor

All Known Subinterfaces:
ArgsAccessor.ArgsProperty
All Known Implementing Classes:
AmbiguousArgsException, ArgsSyntaxException, CliException.CliArgsException, ParseArgsException, ParseOptionArgsException, SuperfluousArgsException, UnknownArgsException, UnknownOptionArgsException

public interface ArgsAccessor
Provides an accessor for a command line arguments (short "args") array.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a args property.
    static interface 
    Provides a args property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the command line arguments from the args property.
  • Method Details

    • getArgs

      String[] getArgs()
      Retrieves the command line arguments from the args property.
      Returns:
      The command line arguments stored by the args property.