Method Summary |
|
public void | addConfiguredCactusproperty(PropertySet thePropertySet) Adds a set of properties that will be used as system properties
either on the client side or on the server side. |
public void | addConfiguredSysproperty(Environment.Variable theProperty) Called by Ant when the Variable object has been properly initialized. |
final public void | addContainerSet(ContainerSet theContainerSet) Adds the nested containers element (only one is permitted). |
public void | addSysproperty(Environment.Variable theProperty) Adds a system property to both client side and server side JVMs. |
public Path | createContainerClasspath() Adds container classpath to the classpath that will be used for starting
the container. |
public void | execute() |
public void | init() |
final public void | setEarFile(File theEarFile) Sets the enterprise application archive that will be tested. |
final public void | setWarFile(File theWarFile) Sets the web application archive that will be tested. |