Argument and Arguments - rsanchez-wsu/jfiles GitHub Wiki
The Argument class is basically just a renamed String. It has a getter and a setter for the string and that's about it. The Arguments class simply holds a List of Arguments. Basically just a List of Strings.