public interface CommandLineParser
Modifier and Type | Method and Description |
---|---|
boolean |
checkArgv()
Deprecated.
|
boolean |
checkSwitch(String sw)
Deprecated.
|
int |
findLastSwitched()
Deprecated.
|
String |
findSwitchArg(String sw)
Deprecated.
|
String[] |
findUnswitchedArgs()
Deprecated.
Order of args is guaranteed to be maintained.
|
Copyright © 2018 com.mchange. All rights reserved.