Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.osgi.application
Class CommandLineOptions

java.lang.Object
  extended by org.nuxeo.osgi.application.CommandLineOptions

public class CommandLineOptions
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
CommandLineOptions(String[] args)
           
 
Method Summary
 Set<Map.Entry<Object,String>> entrySet()
           
 String getArg(int i)
           
 String getOption(String option)
           
 LinkedHashMap<Object,String> getOptions()
           
 boolean hasOption(String option)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineOptions

public CommandLineOptions(String[] args)
Method Detail

getArg

public String getArg(int i)

getOption

public String getOption(String option)

hasOption

public boolean hasOption(String option)

getOptions

public LinkedHashMap<Object,String> getOptions()

entrySet

public Set<Map.Entry<Object,String>> entrySet()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.