org.jboss.bootstrap.spi.config
Interface ConfigurationValidator<T extends ServerConfig<?>>


public interface ConfigurationValidator<T extends ServerConfig<?>>

ConfigurationValidator Contract for validators of a supplied ServerConfig

Version:
$Revision: $
Author:
ALR

Method Summary
 void validate(T config)
          Validates the specified configuration
 

Method Detail

validate

void validate(T config)
              throws InvalidConfigurationException
Validates the specified configuration

Parameters:
config -
Throws:
InvalidConfigurationException


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