org.codehaus.cargo.container.geronimo
Class Geronimo1xStandaloneLocalConfiguration
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.AbstractStandaloneLocalConfiguration
org.codehaus.cargo.container.geronimo.Geronimo1xStandaloneLocalConfiguration
- All Implemented Interfaces:
- Configuration, LocalConfiguration, StandaloneLocalConfiguration, ContainerConfiguration, Loggable
public class Geronimo1xStandaloneLocalConfiguration
- extends AbstractStandaloneLocalConfiguration
Geronimo 1.x series standalone Configuration
implementation.
- Version:
- $Id: Geronimo1xStandaloneLocalConfiguration.java 1159 2006-07-29 12:23:11Z vmassol $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Geronimo1xStandaloneLocalConfiguration
public Geronimo1xStandaloneLocalConfiguration(java.lang.String dir)
-
- See Also:
AbstractStandaloneLocalConfiguration.AbstractStandaloneLocalConfiguration(String)
getCapability
public ConfigurationCapability getCapability()
-
- See Also:
Configuration.getCapability()
addDeployable
public void addDeployable(Deployable newDeployable)
- Geronimo does not support static deployments, warn the user.
- Specified by:
addDeployable
in interface LocalConfiguration
- Overrides:
addDeployable
in class AbstractLocalConfiguration
- See Also:
LocalConfiguration.addDeployable(org.codehaus.cargo.container.deployable.Deployable)
doConfigure
protected void doConfigure(LocalContainer container)
throws java.lang.Exception
-
- Specified by:
doConfigure
in class AbstractLocalConfiguration
- Throws:
java.lang.Exception
- See Also:
AbstractLocalConfiguration.configure(LocalContainer)
createGeronimoFilterChain
protected org.apache.tools.ant.types.FilterChain createGeronimoFilterChain(LocalContainer container)
throws java.net.MalformedURLException
- Create filter to replace tokens in configuration file with user defined values.
- Parameters:
container
- the instance representing the Geronimo container
- Returns:
- token with all the user-defined token value
- Throws:
java.net.MalformedURLException
- If an URL is malformed.
Copyright © 2004-2011 Codehaus. All Rights Reserved.