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 ConfigurationItemConfigurationContext. getConfigurationItem(java.lang.String location, PropertyList overrideProperties)Obtains theConfigurationItemat the location. -
Uses of UnknownResourceError in net.officefloor.configuration.impl
Methods in net.officefloor.configuration.impl that throw UnknownResourceError Modifier and Type Method Description ConfigurationItemConfigurationSourceContextImpl. 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.InputStreamSourceContext. 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.InputStreamSourceContextImpl. getResource(java.lang.String location)
-