Class HasBundleSupportValidator
- java.lang.Object
-
- org.codehaus.cargo.sample.java.validator.HasDeployableSupportValidator
-
- org.codehaus.cargo.sample.java.validator.HasBundleSupportValidator
-
- All Implemented Interfaces:
Validator
public class HasBundleSupportValidator extends HasDeployableSupportValidator
Validate that a container supports OSGi bundles.
-
-
Constructor Summary
Constructors Constructor Description HasBundleSupportValidator()
Initializes theHasDeployableSupportValidator
withDeployableType.BUNDLE
.
-
-
-
Constructor Detail
-
HasBundleSupportValidator
public HasBundleSupportValidator()
Initializes theHasDeployableSupportValidator
withDeployableType.BUNDLE
.
-
-