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 StringgetArg(int i)intgetArgAsInt(int i)doublegetArgAsNum(int i)String[]getArgs()StringgetName()intgetNumArgs()
-
-
-
Constructor Detail
-
Option
public Option(OptionSpec spec, String[] _args)
-
-