| |
|
| java.lang.Object org.apache.cactus.integration.ant.container.ContainerFactory
ContainerFactory | public class ContainerFactory (Code) | | Factory for container support classes.
version: $Id: ContainerFactory.java 238810 2004-02-29 10:05:26Z vmassol $ |
Method Summary | |
final public Container | createContainer(String theName) Creates and returns the implementation of the Container
interface which is mapped to the specified name. |
ContainerFactory | public ContainerFactory()(Code) | | Constructor.
|
createContainer | final public Container createContainer(String theName) throws BuildException(Code) | | Creates and returns the implementation of the Container
interface which is mapped to the specified name.
Parameters: theName - The name of the container The instantiated container throws: BuildException - If there was a problem creating the container |
|
|
|