org.jboss.bootstrap.impl.base.config
Class AbstractBasicConfigurationValidator<T extends org.jboss.bootstrap.spi.config.ServerConfig<T>>

java.lang.Object
  extended by org.jboss.bootstrap.impl.base.config.AbstractBasicConfigurationValidator<T>
All Implemented Interfaces:
org.jboss.bootstrap.spi.config.ConfigurationValidator<T>

public abstract class AbstractBasicConfigurationValidator<T extends org.jboss.bootstrap.spi.config.ServerConfig<T>>
extends Object
implements org.jboss.bootstrap.spi.config.ConfigurationValidator<T>

AbstractBasicConfigurationValidator Base for validating a server configuration to assert that it's valid for defining a server

Version:
$Revision: $
Author:
ALR

Constructor Summary
AbstractBasicConfigurationValidator()
           
 
Method Summary
 void validate(T config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBasicConfigurationValidator

public AbstractBasicConfigurationValidator()
Method Detail

validate

public void validate(T config)
              throws org.jboss.bootstrap.spi.config.InvalidConfigurationException
Specified by:
validate in interface org.jboss.bootstrap.spi.config.ConfigurationValidator<T extends org.jboss.bootstrap.spi.config.ServerConfig<T>>
Throws:
org.jboss.bootstrap.spi.config.InvalidConfigurationException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.