Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.container » [javadoc | source]
org.apache.cactus.integration.ant.container
public class: ContainerWrapper [javadoc | source]
java.lang.Object
   org.apache.cactus.integration.ant.container.ContainerWrapper

Direct Known Subclasses:
    GenericContainer

Class that wraps around an implementation of the Container interface and delegates all calls to the wrapped instance.
Constructor:
 public ContainerWrapper() 
 public ContainerWrapper(Container theContainer) 
    Constructor.
    Parameters:
    theContainer - The container to wrap
Method from org.apache.cactus.integration.ant.container.ContainerWrapper Summary:
getBaseURL,   getContainerClasspath,   getName,   getPort,   getProtocol,   getServer,   getStartUpWait,   getTestContext,   getToDir,   init,   isEnabled,   isExcluded,   setContainer,   setContainerClasspath,   setLogger,   setSystemProperties,   shutDown,   startUp
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.container.ContainerWrapper Detail:
 public String getBaseURL() 
    {@inheritDoc}
 public String[] getContainerClasspath() 
    {@inheritDoc}
 public String getName() 
    {@inheritDoc}
 public int getPort() 
    {@inheritDoc}
 public String getProtocol() 
    {@inheritDoc}
 public String getServer() 
    {@inheritDoc}
 public long getStartUpWait() 
    {@inheritDoc}
 public String getTestContext() 
    {@inheritDoc}
 public File getToDir() 
    {@inheritDoc}
 public  void init() 
    {@inheritDoc}
 public boolean isEnabled() 
    {@inheritDoc}
 public boolean isExcluded(String theTestName) 
    {@inheritDoc}
 public  void setContainer(Container theContainer) 
 public  void setContainerClasspath(Path theClasspath) 
    {@inheritDoc}
 public  void setLogger(Logger theLogger) 
 public  void setSystemProperties(Map theProperties) 
    {@inheritDoc}
 public  void shutDown() 
    {@inheritDoc}
 public  void startUp() 
    {@inheritDoc}