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

java.lang.Object
  extended byorg.codehaus.cargo.sample.java.validator.HasStandaloneConfigurationValidator
All Implemented Interfaces:
Validator

public class HasStandaloneConfigurationValidator
extends java.lang.Object
implements Validator

Validate that a container has a standalone configuration.

Version:
$Id: HasStandaloneConfigurationValidator.java 1233 2006-11-22 09:15:56Z vmassol $

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

Constructor Detail

HasStandaloneConfigurationValidator

public HasStandaloneConfigurationValidator()
Method Detail

validate

public boolean validate(java.lang.String containerId,
                        org.codehaus.cargo.container.ContainerType type)
Specified by:
validate in interface Validator
Returns:
true if the container has a standalone configuration implementation available, false otherwise


Copyright © 2004-2007 Codehaus. All Rights Reserved.