Interface ArgsAccessor.ArgsMutator

All Known Subinterfaces:
ArgsAccessor.ArgsProperty
Enclosing interface:
ArgsAccessor

public static interface ArgsAccessor.ArgsMutator
Provides a mutator for a args property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setArgs(String[] aArgs)
    Sets the command line arguments for the args property.
  • Method Details

    • setArgs

      void setArgs(String[] aArgs)
      Sets the command line arguments for the args property.
      Parameters:
      aArgs - The command line arguments to be stored by the args property.