core.arguments - rsanchez-wsu/jfiles GitHub Wiki
A list of Arguments. This list makes up one command.
Package: core
Command: "find *.xml"
Output: Argument[] {"find", "*.xml"}
Private:
-
List<Argument> args
- The list of stored arguments.
An argument to append onto the list of arguments. Returns if appendage was successful.
An argument to append onto the list of arguments. Returns if appendage was successful.
Returns the number of arguments.
Gets the argument at index index
.
Returns the complete list of arguments.
Returns the last argument in the list.
Some future things that may be added / changed:
- Adding iteration for improved traversal
next()
back()
reset()