org.apache.commons.launcher
public interface LaunchFilter
An implementor of this interface can be attached to a "launch" task by setting the following "launch" task attributes in the Launcher's XML file:
filterclassname
- The name of the class that implements
this interface
filterclasspath
- (Optional) The classpath for the class
that implements
Method Summary | |
---|---|
void | filter(LaunchCommand launchCommand)
Perform error checking and editing of the JVM command line arguments
that an instance of the LaunchTask class has constructed.
|
Parameters: launchCommand a configured LaunchCommand instance
Throws: BuildException if any errors occur