org.eclipse.actf.validation.javapp.launch
Class ValidationLauncher.Path

java.lang.Object
  extended by org.eclipse.actf.validation.javapp.launch.ValidationLauncher.Path
Enclosing class:
ValidationLauncher

protected class ValidationLauncher.Path
extends Object


Constructor Summary
ValidationLauncher.Path()
           
ValidationLauncher.Path(String pathEntry)
           
 
Method Summary
 void append(String pathEntry)
           
 void append(ValidationLauncher.Path path)
           
 String[] getPathEntries()
           
 void prepend(String pathEntry)
           
 void prepend(ValidationLauncher.Path path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationLauncher.Path

public ValidationLauncher.Path()

ValidationLauncher.Path

public ValidationLauncher.Path(String pathEntry)
Method Detail

getPathEntries

public String[] getPathEntries()

append

public void append(String pathEntry)

append

public void append(ValidationLauncher.Path path)

prepend

public void prepend(String pathEntry)

prepend

public void prepend(ValidationLauncher.Path path)

toString

public String toString()
Overrides:
toString in class Object