org.codehaus.cargo.container.orion
Class Oc4j10xExistingLocalConfiguration
java.lang.Object
org.codehaus.cargo.util.log.LoggedObject
org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
org.codehaus.cargo.container.spi.configuration.AbstractExistingLocalConfiguration
org.codehaus.cargo.container.orion.Oc4j10xExistingLocalConfiguration
- All Implemented Interfaces:
- Configuration, ExistingLocalConfiguration, LocalConfiguration, ContainerConfiguration, Loggable
public class Oc4j10xExistingLocalConfiguration
- extends AbstractExistingLocalConfiguration
Existing local configuration for the OC4J 10.x application server.
- Version:
- $Id: Oc4j10xExistingLocalConfiguration.java 1705 2008-09-02 13:14:55Z adriana $
Methods inherited from class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration |
addDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, configure, getAntUtils, getDataSources, getDeployables, getFileHandler, getHome, getResources, getResourceUtils, parsePropertiesForPendingConfiguration, setFileHandler, verify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Oc4j10xExistingLocalConfiguration
public Oc4j10xExistingLocalConfiguration(String dir)
-
- See Also:
AbstractExistingLocalConfiguration.AbstractExistingLocalConfiguration(String)
doConfigure
protected void doConfigure(LocalContainer container)
throws Exception
- Implementation of
LocalConfiguration.configure(LocalContainer)
that all local
configuration using this class must implement. This provides the ability to perform generic
actions before and after the container-specific implementation. Another way would be to use
AOP...
- Specified by:
doConfigure
in class AbstractLocalConfiguration
- Parameters:
container
- the container to configure
- Throws:
Exception
- if any error is raised during the configuration
getCapability
public ConfigurationCapability getCapability()
-
- Returns:
- the
ConfigurationCapability
of the configuration in term of properties it
supports, etc
Copyright © 2004-2012 Codehaus. All Rights Reserved.