org.codehaus.cargo.container.spi.configuration
Interface ContainerConfiguration

All Known Implementing Classes:
AbstractConfiguration, AbstractExistingLocalConfiguration, AbstractLocalConfiguration, AbstractRuntimeConfiguration, AbstractStandaloneLocalConfiguration

public interface ContainerConfiguration

Container implementations of Configuration must also implement this interface. This is an SPI interface and shouldn't be used by end users.

Version:
$Id: ContainerConfiguration.java 1106 2006-07-20 22:41:00Z vmassol $

Method Summary
 void verify()
          Verify that the configuration is valid.
 

Method Detail

verify

void verify()
Verify that the configuration is valid. The checks to be performed may vay whether this is standalone or existing configuration. This method should also be used to verify that the configuration properties specified by the user are valid and that the required ones are set.



Copyright © 2004-2009 Codehaus. All Rights Reserved.