Package net.officefloor.configuration
Interface ConfigurationItem
- All Known Subinterfaces:
WritableConfigurationItem
public interface ConfigurationItem
Item of configuration within a
ConfigurationContext.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtainsInputStreamto the configuration that this represents.Obtains theReaderto the configuration that this represents.
-
Method Details
-
getReader
Obtains theReaderto the configuration that this represents.- Returns:
Readerto the configuration.- Throws:
ConfigurationError- Let this propagate to let OfficeFloor handle failure in loadingConfigurationItem.
-
getInputStream
ObtainsInputStreamto the configuration that this represents.- Returns:
InputStreamto the configuration.- Throws:
ConfigurationError- Let this propagate to let OfficeFloor handle failure in loadingConfigurationItem.
-