Package org.nuxeo.osgi.application
Class CommandLineOptions
- java.lang.Object
-
- org.nuxeo.osgi.application.CommandLineOptions
-
public class CommandLineOptions extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description CommandLineOptions(String[] args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<Object,String>>
entrySet()
String
getArg(int i)
String
getOption(String option)
LinkedHashMap<Object,String>
getOptions()
boolean
hasOption(String option)
-
-
-
Constructor Detail
-
CommandLineOptions
public CommandLineOptions(String[] args)
-
-