org.apache.qpid.utils
Class CommandLineOptionParser

java.lang.Object
  extended by org.apache.qpid.utils.CommandLineOptionParser

public class CommandLineOptionParser
extends Object


Constructor Summary
CommandLineOptionParser(Map commandlineoptions)
           
CommandLineOptionParser(String[] args)
           
CommandLineOptionParser(String[] args, String first)
           
 
Method Summary
 Map getAlloptions()
           
 String getcommandname()
           
 Map parse(String[] args)
           
 Map parsefirst(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineOptionParser

public CommandLineOptionParser(Map commandlineoptions)

CommandLineOptionParser

public CommandLineOptionParser(String[] args)

CommandLineOptionParser

public CommandLineOptionParser(String[] args,
                               String first)
Method Detail

parse

public Map parse(String[] args)

parsefirst

public Map parsefirst(String[] args)

getAlloptions

public Map getAlloptions()

getcommandname

public String getcommandname()


Licensed to the Apache Software Foundation