org.eclipse.actf.validation.javapp.launch
Class AspectJValidationLauncher
java.lang.Object
org.eclipse.actf.validation.javapp.launch.ValidationLauncher
org.eclipse.actf.validation.javapp.launch.AspectJValidationLauncher
public class AspectJValidationLauncher
- extends ValidationLauncher
Method Summary |
void |
prepareForLaunch()
prepares for the launch by adding system properties used by ACTF and starting the ResourceServer . |
Methods inherited from class org.eclipse.actf.validation.javapp.launch.ValidationLauncher |
addJvmArgument, addLaunchListener, addReportListener, addSystemProperties, addSystemProperty, allJvmArguments, allSystemProperties, appendToClasspath, configureResourceServer, fireLaunchCompletedEvent, fireLaunchInitiatedEvent, fireLaunchProgressedEvent, getClasspath, getExecutableName, getExecutionArguments, getJavaPath, getJvmSubstitutionParameter, getProcess, getSystemProperty, getWorkingDirectory, isUsingJava14, launch, launchExternalProcess, launchExternalProcess, launchProcess, prependToClasspath, processSwtResources, quoteString, removeLaunchListener, removeReportListener, setClasspath, setExecutionArguments, setJvmSubstitutionParameter, setProcess, setUsingJava14, setWorkingDirectory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASPECTJ_AOP_VERBOSE_KEY
public static final String ASPECTJ_AOP_VERBOSE_KEY
- See Also:
- Constant Field Values
ASPECTJ_AOP_PATH_KEY
public static final String ASPECTJ_AOP_PATH_KEY
- See Also:
- Constant Field Values
ASPECTJ_CLASSPATH_KEY
public static final String ASPECTJ_CLASSPATH_KEY
- See Also:
- Constant Field Values
ASPECTJ_AGENT
public static final String ASPECTJ_AGENT
- See Also:
- Constant Field Values
AspectJValidationLauncher
public AspectJValidationLauncher(String executableName)
AspectJValidationLauncher
public AspectJValidationLauncher(String executableName,
String aopFilename)
AspectJValidationLauncher
public AspectJValidationLauncher(String executableName,
String aopFilename,
String workingDir)
prepareForLaunch
public void prepareForLaunch()
throws Exception
- Description copied from class:
ValidationLauncher
- prepares for the launch by adding system properties used by ACTF and starting the
ResourceServer
.
Clients may overwrite, but should always call super.prepareForLaunch()
.
- Overrides:
prepareForLaunch
in class ValidationLauncher
- Throws:
Exception