Uses of Class
net.officefloor.frame.api.source.UnknownResourceError
-
Packages that use UnknownResourceError Package Description net.officefloor.configuration net.officefloor.configuration.impl net.officefloor.frame.api.source net.officefloor.frame.impl.construct.source -
-
Uses of UnknownResourceError in net.officefloor.configuration
Methods in net.officefloor.configuration that throw UnknownResourceError Modifier and Type Method Description ConfigurationItem
ConfigurationContext. getConfigurationItem(java.lang.String location, PropertyList overrideProperties)
Obtains theConfigurationItem
at the location. -
Uses of UnknownResourceError in net.officefloor.configuration.impl
Methods in net.officefloor.configuration.impl that throw UnknownResourceError Modifier and Type Method Description ConfigurationItem
ConfigurationSourceContextImpl. getConfigurationItem(java.lang.String location, PropertyList properties)
-
Uses of UnknownResourceError in net.officefloor.frame.api.source
Methods in net.officefloor.frame.api.source that throw UnknownResourceError Modifier and Type Method Description java.io.InputStream
SourceContext. getResource(java.lang.String location)
Obtains the resource.Constructors in net.officefloor.frame.api.source with parameters of type UnknownResourceError Constructor Description UnknownResourceError(UnknownResourceError error, ServiceFactory<?> serviceFactory)
Instantiate. -
Uses of UnknownResourceError in net.officefloor.frame.impl.construct.source
Methods in net.officefloor.frame.impl.construct.source that throw UnknownResourceError Modifier and Type Method Description java.io.InputStream
SourceContextImpl. getResource(java.lang.String location)
-