Uses of Interface
org.codehaus.cargo.container.configuration.builder.ConfigurationEntryType
-
Packages that use ConfigurationEntryType Package Description org.codehaus.cargo.container.weblogic.internal.configuration org.codehaus.cargo.container.websphere.internal.configuration -
-
Uses of ConfigurationEntryType in org.codehaus.cargo.container.weblogic.internal.configuration
Subinterfaces of ConfigurationEntryType in org.codehaus.cargo.container.weblogic.internal.configuration Modifier and Type Interface Description interface
WebLogicConfigurationEntryType
Represents the type of a resource specific to WebLogic, such as ajavax.jms.Server
. -
Uses of ConfigurationEntryType in org.codehaus.cargo.container.websphere.internal.configuration
Subinterfaces of ConfigurationEntryType in org.codehaus.cargo.container.websphere.internal.configuration Modifier and Type Interface Description interface
WebSphereConfigurationEntryType
Represents the type of a resource specific to WebSphere, such as ajavax.jms.SIBus
.
-