|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.integration.ant.container.ContainerWrapper
public class ContainerWrapper
Class that wraps around an implementation of the Container
interface and delegates all calls to the wrapped instance.
Constructor Summary | |
---|---|
ContainerWrapper()
The default constructor. |
|
ContainerWrapper(org.codehaus.cargo.container.Container theContainer)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getBaseURL()
|
java.lang.String[] |
getContainerClasspath()
|
java.lang.String |
getName()
|
int |
getPort()
|
java.lang.String |
getProtocol()
|
java.lang.String |
getServer()
|
long |
getStartUpWait()
|
java.lang.String |
getTestContext()
|
java.io.File |
getToDir()
|
void |
init()
|
boolean |
isEnabled()
|
boolean |
isExcluded(java.lang.String theTestName)
|
void |
setContainer(org.codehaus.cargo.container.Container theContainer)
|
void |
setContainerClasspath(org.apache.tools.ant.types.Path theClasspath)
|
void |
setLogger(org.codehaus.cargo.util.log.Logger theLogger)
|
void |
setSystemProperties(java.util.Map theProperties)
|
void |
shutDown()
|
void |
startUp()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainerWrapper()
public ContainerWrapper(org.codehaus.cargo.container.Container theContainer)
theContainer
- The container to wrapMethod Detail |
---|
public java.lang.String getName()
Container.getName()
public java.lang.String getTestContext()
Container#getTestContext()
public long getStartUpWait()
Container#getStartUpWait()
public int getPort()
Container#getPort()
public java.io.File getToDir()
Container#getToDir()
public void init()
Container#init()
public boolean isEnabled()
Container#isEnabled()
public boolean isExcluded(java.lang.String theTestName)
Container#isExcluded(String)
public void startUp()
Container#startUp()
public void shutDown()
Container#shutDown()
public void setSystemProperties(java.util.Map theProperties)
Container#setSystemProperties
public void setContainerClasspath(org.apache.tools.ant.types.Path theClasspath)
Container#setContainerClasspath(Path)
public java.lang.String[] getContainerClasspath()
Container#getContainerClasspath()
public java.lang.String getServer()
Container#getServer()
public java.lang.String getProtocol()
Container#getProtocol()
public java.lang.String getBaseURL()
Container#getBaseURL()
public void setLogger(org.codehaus.cargo.util.log.Logger theLogger)
theLogger
- sets the loggerpublic void setContainer(org.codehaus.cargo.container.Container theContainer)
theContainer
- - the container to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |