org.oddjob.launch
Class PathParser

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

public class PathParser
extends Object

Helper class to parse the class path argument.

Author:
rob

Constructor Summary
PathParser()
           
 
Method Summary
 String[] getElements()
          Get the elements of the class path.
 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

PathParser

public PathParser()
Method Detail

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.