com.atlassian.fisheye.plugins.scm.utils
Interface Configurable<T>

All Known Implementing Classes:
ConfigurableSCMModule

public interface Configurable<T>

To be implemented by clients of the SimpleConfigurationServlet


Method Summary
 T getConfiguration()
           
 void setConfiguration(T config)
           
 

Method Detail

getConfiguration

T getConfiguration()

setConfiguration

void setConfiguration(T config)