protected static class CustomizationCommandLineBase.ArgList extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CustomizationCommandLineBase.ArgList(String[] args)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
current()
Get current argument value.
|
boolean |
hasNext()
Check if another argument value is present.
|
boolean |
isValid()
Check if argument list valid.
|
String |
next()
Get next argument value.
|
void |
setValid(boolean valid)
Set valid state.
|
protected CustomizationCommandLineBase.ArgList(String[] args)
args - public boolean hasNext()
true if argument present, false if all processedpublic String current()
null if nonepublic String next()
null if nonepublic void setValid(boolean valid)
valid - public boolean isValid()
true if valid, false if notCopyright © 2005-2014 jibx.org. All Rights Reserved.