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()StringgetArg(int i)StringgetOption(String option)LinkedHashMap<Object,String>getOptions()booleanhasOption(String option)
-
-
-
Constructor Detail
-
CommandLineOptions
public CommandLineOptions(String[] args)
-
-