public class CommandLineOptions extends Object
| Constructor and Description | 
|---|
CommandLineOptions(String[] args)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Map.Entry<Object,String>> | 
entrySet()  | 
String | 
getArg(int i)  | 
String | 
getOption(String option)  | 
LinkedHashMap<Object,String> | 
getOptions()  | 
boolean | 
hasOption(String option)  | 
public CommandLineOptions(String[] args)
Copyright © 2019 Nuxeo. All rights reserved.