net.m2technologies.open_arm.utilities
Class CommandLineParser.PosixGetOptCommandLineParserStrategyImpl

java.lang.Object
  extended bynet.m2technologies.open_arm.utilities.CommandLineParser.PosixGetOptCommandLineParserStrategyImpl
All Implemented Interfaces:
CommandLineParser.CommandLineParserStrategy
Enclosing class:
CommandLineParser

public static class CommandLineParser.PosixGetOptCommandLineParserStrategyImpl
extends java.lang.Object
implements CommandLineParser.CommandLineParserStrategy


Constructor Summary
CommandLineParser.PosixGetOptCommandLineParserStrategyImpl(java.lang.String applicationName, java.lang.String commandLineOptionsDefintions, java.lang.String[] originalCommandLineArguments)
           
 
Method Summary
 java.util.Map parseCommandLine(java.util.Collection arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineParser.PosixGetOptCommandLineParserStrategyImpl

public CommandLineParser.PosixGetOptCommandLineParserStrategyImpl(java.lang.String applicationName,
                                                                  java.lang.String commandLineOptionsDefintions,
                                                                  java.lang.String[] originalCommandLineArguments)
Method Detail

parseCommandLine

public java.util.Map parseCommandLine(java.util.Collection arguments)
Specified by:
parseCommandLine in interface CommandLineParser.CommandLineParserStrategy