com.cassinidivision.core.foundation
Class CommandLineArgumentsHelper

java.lang.Object
  extended bycom.cassinidivision.core.foundation.CommandLineArgumentsHelper

public class CommandLineArgumentsHelper
extends Object

Utilities for processing command-line arguments passed to applications.


Constructor Summary
CommandLineArgumentsHelper()
           
 
Method Summary
static NSDictionary getArgumentsDictionary(String[] args)
          Deprecated. Use System.getProperties() or System.getProperty(String) instead.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineArgumentsHelper

public CommandLineArgumentsHelper()
Method Detail

getArgumentsDictionary

public static NSDictionary getArgumentsDictionary(String[] args)
Deprecated. Use System.getProperties() or System.getProperty(String) instead.

Convert the string arguments supplied into an NSDictionary instance, supplied as a set of key-value pairs.

Intended to be used for processing command-line arguments of the form [-KEY] [VALUE].

Parameters:
args - The string arguments.
Returns:
NSDictionary instance containing the argument details.