org.oddjob.launch
Class SystemPropertyArgParser
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertyArgParser
public SystemPropertyArgParser()
- Constructor.
processArgs
public String[] processArgs(String[] args)
- Parse the args.
- Parameters:
args
- The program args.
- Returns:
- The args without system properties.