Uses of Class
org.eclipse.actf.validation.javapp.launch.ValidationLauncher

Packages that use ValidationLauncher
org.eclipse.actf.validation.javapp.launch   
 

Uses of ValidationLauncher in org.eclipse.actf.validation.javapp.launch
 

Subclasses of ValidationLauncher in org.eclipse.actf.validation.javapp.launch
 class AspectJValidationLauncher
           
 

Methods in org.eclipse.actf.validation.javapp.launch with parameters of type ValidationLauncher
static int ValidationLauncher.launchExternalProcess(String[] exec, File workingDir, String out, String err, ValidationLauncher launcher)
          launch an external OS process
 

Constructors in org.eclipse.actf.validation.javapp.launch with parameters of type ValidationLauncher
RuntimeStreamHandlerThread(InputStream is, IReporter dest, boolean isErrorStream, ValidationLauncher launcher)
          create a thread to process stderr/stdout from a separate process