Class WebLogicResourceRules
- java.lang.Object
-
- org.codehaus.cargo.container.weblogic.internal.configuration.rules.WebLogicResourceRules
-
public final class WebLogicResourceRules extends Object
Rule class defining rules which need to be applied for WebLogic resources.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addMissingJmsResources(LocalConfiguration configuration)
Method used for adding resources needed by WebLogic JMS in case they weren't defined in Cargo properties.
-
-
-
Method Detail
-
addMissingJmsResources
public static void addMissingJmsResources(LocalConfiguration configuration)
Method used for adding resources needed by WebLogic JMS in case they weren't defined in Cargo properties.- Parameters:
configuration
- WebLogic configuration containing all we need to add resources.
-
-