Class WebSphereResourceRules
- java.lang.Object
-
- org.codehaus.cargo.container.websphere.internal.configuration.rules.WebSphereResourceRules
-
public final class WebSphereResourceRules extends Object
Rule class defining rules which need to be applied for WebSphere 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 WebSphere 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 WebSphere JMS in case they weren't defined in Cargo properties.- Parameters:
configuration
- WebSphere configuration containing all we need to add resources.
-
-