org.oddjob.launch
Class SystemPropertyArgParser

java.lang.Object
  extended by org.oddjob.launch.SystemPropertyArgParser

public class SystemPropertyArgParser
extends Object

Process -D arguments passed to the Oddjob. This mimics the behaviour of -D properties passed to the JVM and set These are set as System properties.

Author:
rob

Constructor Summary
SystemPropertyArgParser()
          Constructor.
 
Method Summary
 String[] processArgs(String[] args)
          Parse the args.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyArgParser

public SystemPropertyArgParser()
Constructor.

Method Detail

processArgs

public String[] processArgs(String[] args)
Parse the args.

Parameters:
args - The program args.
Returns:
The args without system properties.