org.jboss.testharness.api
Interface Configurable

All Known Implementing Classes:
AbstractContainerConnector

public interface Configurable

If you implement this interface, the TCK will inject the configuration into your implementation in the post-construct phase. This interface can be implemented by any implementation of a TCK SPI.

Author:
Pete Muir

Method Summary
 void setConfiguration(Configuration configuration)
           
 

Method Detail

setConfiguration

void setConfiguration(Configuration configuration)


Copyright © 2009. All Rights Reserved.