Package net.officefloor.configuration
Interface WritableConfigurationItem
- All Superinterfaces:
ConfigurationItem
Writable
ConfigurationItem.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theWritableConfigurationContextfor thisWritableConfigurationItem.Obtains theInputStreamto the raw configuration (noPropertyListreplacement).voidsetConfiguration(InputStream configuration) Specifies the configuration that this is to represent.Methods inherited from interface net.officefloor.configuration.ConfigurationItem
getInputStream, getReader
-
Method Details
-
getRawConfiguration
Obtains theInputStreamto the raw configuration (noPropertyListreplacement).- Returns:
InputStreamto the raw configuration.- Throws:
IOException- If fails to load the raw configuration.
-
setConfiguration
Specifies the configuration that this is to represent.- Parameters:
configuration- Configuration.- Throws:
IOException- If fails to set the configuration.
-
getContext
WritableConfigurationContext getContext()Obtains theWritableConfigurationContextfor thisWritableConfigurationItem.- Returns:
WritableConfigurationContextfor thisWritableConfigurationItem.
-