org.codehaus.cargo.container.orion
Class OrionStandaloneLocalConfiguration

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

public class OrionStandaloneLocalConfiguration
extends AbstractOrionStandaloneLocalConfiguration

Orion standalone ContainerConfiguration implementation.

Version:
$Id: OrionStandaloneLocalConfiguration.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
OrionStandaloneLocalConfiguration(java.lang.String dir)
          
 
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

OrionStandaloneLocalConfiguration

public OrionStandaloneLocalConfiguration(java.lang.String dir)

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()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2004-2009 Codehaus. All Rights Reserved.