Interface ManagedFunctionSourceContext
-
- All Superinterfaces:
SourceContext
,SourceProperties
- All Known Implementing Classes:
ManagedFunctionSourceContextImpl
public interface ManagedFunctionSourceContext extends SourceContext
Context for loading aFunctionNamespaceType
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServices
-
Methods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
-