class ArgumentList
extends Object
Wrapper for an array of command line arguments.
-
-
Constructor Summary
Constructors
-
Method Summary
(package private) boolean
(package private) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
arguments
private final String[] arguments
-
currentIndex
private int currentIndex
-
Constructor Details
-
ArgumentList
ArgumentList(String... arguments)
-
Method Details
-
hasMore
boolean hasMore()
-
-
-
treatNextAsLongOption
void treatNextAsLongOption()