Uses of Class
net.officefloor.configuration.ConfigurationError
-
Packages that use ConfigurationError Package Description net.officefloor.configuration net.officefloor.configuration.impl -
-
Uses of ConfigurationError in net.officefloor.configuration
Methods in net.officefloor.configuration that throw ConfigurationError Modifier and Type Method Description ConfigurationItem
ConfigurationContext. getConfigurationItem(java.lang.String location, PropertyList overrideProperties)
Obtains theConfigurationItem
at the location.java.io.InputStream
ConfigurationItem. getInputStream()
ObtainsInputStream
to the configuration that this represents.ConfigurationItem
ConfigurationContext. getOptionalConfigurationItem(java.lang.String location, PropertyList overrideProperties)
Obtains the optionalConfigurationItem
at the location.java.io.Reader
ConfigurationItem. getReader()
Obtains theReader
to the configuration that this represents. -
Uses of ConfigurationError in net.officefloor.configuration.impl
Methods in net.officefloor.configuration.impl that throw ConfigurationError Modifier and Type Method Description ConfigurationItem
ConfigurationSourceContextImpl. getConfigurationItem(java.lang.String location, PropertyList properties)
ConfigurationItem
ConfigurationSourceContextImpl. getOptionalConfigurationItem(java.lang.String location, PropertyList properties)
-