|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationWriter<ServiceConfig,Param>
Method Summary | |
---|---|
Class<ServiceConfig> |
getConfigurationClass()
Returns the Class of the ServiceConfig to write. |
VersionProperty |
getConfigurationFormat()
Specifies the Service Configuration Format version to write. |
Class<Param> |
getParameterClass()
Returns the Class of the Parameter required to write a ServiceConfig. |
boolean |
writeConfiguration(ServiceConfig config,
Param param)
Writes a ServiceConfig of the specified type using the given parameters. |
Method Detail |
---|
VersionProperty getConfigurationFormat()
boolean writeConfiguration(ServiceConfig config, Param param) throws Exception
config
- ServiceConfig to writeparam
- parameters needed to write the ServiceConfig, such as a File
Exception
- if there is an error writing the configurationClass<ServiceConfig> getConfigurationClass()
Class<Param> getParameterClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |