core.Argument - rsanchez-wsu/jfiles GitHub Wiki
A single argument for a given command. Used in conjunction with Arguments.
Package: core
Constructors
+ Argument(String argument)
Parameters:
argument
- The argument string
Member Variables
Private:
String Argument
- The stored value of the argument
Functions
+ String getArgument()
Returns the String value of the argument.
+ String toString()
Returns the string version of the argument.