org.oddjob.launch
Class PathParser
java.lang.Object
org.oddjob.launch.PathParser
public class PathParser
- extends Object
Helper class to parse the class path argument.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathParser
public PathParser()
getElements
public String[] getElements()
- Get the elements of the class path.
- Returns:
processArgs
public String[] processArgs(String[] args)
- Parse the args.
- Parameters:
args
- The program args.
- Returns:
- The args without the class path args.