org.codehaus.cargo.container.orion
Class Oc4j9xStandaloneLocalConfiguration

java.lang.Object
  extended byorg.codehaus.cargo.util.log.LoggedObject
      extended byorg.codehaus.cargo.container.spi.configuration.AbstractConfiguration
          extended byorg.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
              extended byorg.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
                  extended byorg.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
                      extended byorg.codehaus.cargo.container.orion.Oc4j9xStandaloneLocalConfiguration
All Implemented Interfaces:
org.codehaus.cargo.container.configuration.Configuration, org.codehaus.cargo.container.spi.configuration.ContainerConfiguration, org.codehaus.cargo.container.configuration.LocalConfiguration, org.codehaus.cargo.util.log.Loggable, org.codehaus.cargo.container.configuration.StandaloneLocalConfiguration

public class Oc4j9xStandaloneLocalConfiguration
extends AbstractOrionStandaloneLocalConfiguration

Oc4j9x standalone configuration implementation.

Version:
$Id: Oc4j9xStandaloneLocalConfiguration.java 1158 2006-07-29 10:55:48Z vmassol $

Field Summary
 
Fields inherited from class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
RESOURCE_PATH
 
Constructor Summary
Oc4j9xStandaloneLocalConfiguration(java.lang.String dir)
          {@inheritDoc}
 
Method Summary
protected  void copyCustomResources(java.io.File confDir, org.apache.tools.ant.types.FilterChain filterChain)
          Copy resources that are different between the different standalone implementations.
 java.lang.String toString()
          
 
Methods inherited from class org.codehaus.cargo.container.orion.internal.AbstractOrionStandaloneLocalConfiguration
createDatasourceTokenValue, doConfigure, getCapability, getRoleToken, getUserToken
 
Methods inherited from class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
createFilterChain, getType, setupConfigurationDir, verify
 
Methods inherited from class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
addDeployable, configure, getAntUtils, getDeployables, getFileHandler, getHome, getResourceUtils, setFileHandler
 
Methods inherited from class org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
getProperties, getPropertyValue, setProperty
 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObject
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.codehaus.cargo.container.configuration.LocalConfiguration
addDeployable, configure, getDeployables, getHome
 
Methods inherited from interface org.codehaus.cargo.container.configuration.Configuration
getProperties, getPropertyValue, setProperty
 
Methods inherited from interface org.codehaus.cargo.util.log.Loggable
getLogger, setLogger
 

Constructor Detail

Oc4j9xStandaloneLocalConfiguration

public Oc4j9xStandaloneLocalConfiguration(java.lang.String dir)
{@inheritDoc}

See Also:
AbstractOrionStandaloneLocalConfiguration.AbstractOrionStandaloneLocalConfiguration(String)
Method Detail

copyCustomResources

protected void copyCustomResources(java.io.File confDir,
                                   org.apache.tools.ant.types.FilterChain filterChain)
                            throws java.lang.Exception
Copy resources that are different between the different standalone implementations.

Specified by:
copyCustomResources in class AbstractOrionStandaloneLocalConfiguration
Parameters:
confDir - the configuration dir where to copy the resources to
filterChain - the Ant filter chain to apply when copying the resources
Throws:
java.lang.Exception - in case of an error during the copy
See Also:
AbstractOrionStandaloneLocalConfiguration.copyCustomResources(java.io.File, org.apache.tools.ant.types.FilterChain)

toString

public java.lang.String toString()

See Also:
Object.toString()


Copyright © 2004-2007 Codehaus. All Rights Reserved.