Class HasSpawnSupportValidator
- java.lang.Object
-
- org.codehaus.cargo.sample.java.validator.HasSpawnSupportValidator
-
-
Constructor Summary
Constructors Constructor Description HasSpawnSupportValidator(ConfigurationType configurationType)
Check if the container supports port offset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
validate(String containerId, ContainerType type)
Validate if a container has a given configuration.
-
-
-
Constructor Detail
-
HasSpawnSupportValidator
public HasSpawnSupportValidator(ConfigurationType configurationType)
Check if the container supports port offset.- Parameters:
configurationType
- Configuration type.
-
-
Method Detail
-
validate
public boolean validate(String containerId, ContainerType type)
Description copied from interface:Validator
Validate if a container has a given configuration.
-
-