Class Args
java.lang.Object
com.realtime.crossfire.jxclient.skin.io.Args
Iterates over a list of
String arguments.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Args
Creates a new instance.- Parameters:
args- the string arguments
-
-
Method Details
-
get
Returns the next argument.- Returns:
- the next argument
- Throws:
IOException- if no next argument exists
-
getPrev
Returns the current argument. This is the same value that was returned by the preceding call toget().- Returns:
- the current argument
-
hasMore
public boolean hasMore()Returns whether more arguments exist.- Returns:
- whether more arguments exist
-