public class WebLogicExistingLocalConfiguration extends AbstractExistingLocalConfiguration implements WebLogicConfiguration
RESOURCE_PATH
Constructor and Description |
---|
WebLogicExistingLocalConfiguration(String dir) |
Modifier and Type | Method and Description |
---|---|
protected void |
doConfigure(LocalContainer container) |
ConfigurationCapability |
getCapability() |
String |
getDomainHome()
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic
domain.
|
protected void |
setupDeployables(WebLogicLocalContainer container)
Deploy the Deployables to the weblogic configuration.
|
String |
toString() |
getType
addDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, configure, getAntUtils, getDataSources, getDeployables, getFileHandler, getHome, getResources, getResourceUtils, parsePropertiesForPendingConfiguration, setFileHandler, verify
getProperties, getPropertyValue, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addDeployable, addResource, configure, getDeployables, getFileHandler, getHome, getResources, setFileHandler
getProperties, getPropertyValue, setProperty
public WebLogicExistingLocalConfiguration(String dir)
protected void doConfigure(LocalContainer container) throws Exception
doConfigure
in class AbstractLocalConfiguration
Exception
AbstractLocalConfiguration.configure(LocalContainer)
public ConfigurationCapability getCapability()
getCapability
in interface Configuration
Configuration.getCapability()
public String toString()
toString
in class Object
Object.toString()
protected void setupDeployables(WebLogicLocalContainer container) throws IOException
container
- the container to configureIOException
- if the cargo ping deployment failspublic String getDomainHome()
getDomainHome
in interface WebLogicConfiguration
Copyright © 2004-2013 Codehaus. All Rights Reserved.