net.m2technologies.open_arm.utilities
Interface CommandLineParser.CommandLineParserStrategy

All Known Implementing Classes:
CommandLineParser.PosixGetOptCommandLineParserStrategyImpl
Enclosing interface:
CommandLineParser

public static interface CommandLineParser.CommandLineParserStrategy


Method Summary
 java.util.Map parseCommandLine(java.util.Collection arguments)
           
 

Method Detail

parseCommandLine

public java.util.Map parseCommandLine(java.util.Collection arguments)