-
Notifications
You must be signed in to change notification settings - Fork 9
core.Arguments
Logan Rickert edited this page Jan 14, 2017
·
4 revisions
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()
- Home
- Course-Related Materials
- Development Environment
- Development Workflow
- Packages
- Guides
- Team Pages