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 ConfigurationItemConfigurationContext. getConfigurationItem(java.lang.String location, PropertyList overrideProperties)Obtains theConfigurationItemat the location.java.io.InputStreamConfigurationItem. getInputStream()ObtainsInputStreamto the configuration that this represents.ConfigurationItemConfigurationContext. getOptionalConfigurationItem(java.lang.String location, PropertyList overrideProperties)Obtains the optionalConfigurationItemat the location.java.io.ReaderConfigurationItem. getReader()Obtains theReaderto 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 ConfigurationItemConfigurationSourceContextImpl. getConfigurationItem(java.lang.String location, PropertyList properties)ConfigurationItemConfigurationSourceContextImpl. getOptionalConfigurationItem(java.lang.String location, PropertyList properties)
-