org.codehaus.cargo.sample.java.validator
Class IsRemoteContainerValidator

java.lang.Object
  extended by org.codehaus.cargo.sample.java.validator.IsRemoteContainerValidator
All Implemented Interfaces:
Validator

public class IsRemoteContainerValidator
extends java.lang.Object
implements Validator

Validate that a container is a remote container.

Version:
$Id: IsRemoteContainerValidator.java 1048 2006-05-29 19:38:52Z vmassol $

Constructor Summary
IsRemoteContainerValidator()
           
 
Method Summary
 boolean validate(java.lang.String containerId, ContainerType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsRemoteContainerValidator

public IsRemoteContainerValidator()
Method Detail

validate

public boolean validate(java.lang.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-2011 Codehaus. All Rights Reserved.