|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.weblogic.WebLogicExistingLocalConfiguration
org.codehaus.cargo.container.weblogic.WebLogic9xExistingLocalConfiguration
public class WebLogic9xExistingLocalConfiguration
WebLogic existing configuration implementation for WebLogic9x style domains. The configuration home must point to a valid WebLogic domain directory.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration |
|---|
RESOURCE_PATH |
| Constructor Summary | |
|---|---|
WebLogic9xExistingLocalConfiguration(java.lang.String dir)
|
|
| Method Summary | |
|---|---|
protected void |
setupDeployables(WebLogicLocalContainer container)
Deploy the Deployables to the weblogic configuration. |
| Methods inherited from class org.codehaus.cargo.container.weblogic.WebLogicExistingLocalConfiguration |
|---|
doConfigure, getCapability, getDomainHome, toString |
| Methods inherited from class org.codehaus.cargo.container.spi.configuration.AbstractExistingLocalConfiguration |
|---|
getType |
| 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 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, addResource, configure, getDeployables, getFileHandler, getHome, getResources, setFileHandler |
| 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 |
|---|
public WebLogic9xExistingLocalConfiguration(java.lang.String dir)
WebLogicExistingLocalConfiguration.WebLogicExistingLocalConfiguration(String)| Method Detail |
|---|
protected void setupDeployables(WebLogicLocalContainer container)
throws java.io.IOException
setupDeployables in class WebLogicExistingLocalConfigurationcontainer - the container to configure
java.io.IOException - if the cargo ping deployment fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||