|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.codehaus.cargo.ant.CargoTask
org.apache.cactus.integration.ant.CargoElement
public class CargoElement
This is the element in the cactus task that holds the cargo properties, and in which the configuration for the cargo container is hold.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
CargoElement()
|
Method Summary | |
---|---|
protected org.codehaus.cargo.container.Container |
getCargoContainer()
Creates, verifies and initializes the container. |
org.codehaus.cargo.container.Container |
getContainer()
Override the method so that we use our container. |
Methods inherited from class org.codehaus.cargo.ant.CargoTask |
---|
addConfiguredSysproperty, addConfiguredSyspropertyset, addSysproperty, createConfiguration, createExtraClasspath, createZipURLInstaller, execute, executeActions, getAction, getConfiguration, getContainerClass, getContainerId, getExtraClasspath, getHome, getId, getLog, getLogger, getLogLevel, getOutput, getRefid, getSystemProperties, getTimeout, getWait, getZipURLInstaller, isAppend, makeContainer, setAction, setAppend, setClass, setContainerFactory, setContainerId, setHint, setHome, setId, setLog, setLogLevel, setOutput, setRefId, setTimeout, setType, setupExtraClasspath, setupHome, setupLogger, setupOutput, setupSystemProperties, setupTimeout, setWait |
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CargoElement()
Method Detail |
---|
protected org.codehaus.cargo.container.Container getCargoContainer()
public org.codehaus.cargo.container.Container getContainer()
getContainer
in class org.codehaus.cargo.ant.CargoTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |