Package org.locationtech.jtstest.command
Class Option
- java.lang.Object
-
- org.locationtech.jtstest.command.Option
-
public class Option extends Object
The parameters for an instance of an option occurring in a command- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description Option(OptionSpec spec, String[] _args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArg(int i)
int
getArgAsInt(int i)
double
getArgAsNum(int i)
String[]
getArgs()
String
getName()
int
getNumArgs()
-
-
-
Constructor Detail
-
Option
public Option(OptionSpec spec, String[] _args)
-
-