org.codehaus.cargo.sample.java.validator
Class IsRemoteContainerValidator
java.lang.Object
org.codehaus.cargo.sample.java.validator.IsRemoteContainerValidator
- All Implemented Interfaces:
- Validator
public class IsRemoteContainerValidator
- extends Object
- implements Validator
Validate that a container is a remote container.
- Version:
- $Id: IsRemoteContainerValidator.java 1705 2008-09-02 13:14:55Z adriana $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsRemoteContainerValidator
public IsRemoteContainerValidator()
validate
public boolean validate(String containerId,
ContainerType type)
- Specified by:
validate
in interface Validator
- Returns:
- true if the container has a remote container implementation available, false
otherwise
Copyright © 2004-2012 Codehaus. All Rights Reserved.