Class ManagedFunctionSourceContextImpl
- java.lang.Object
-
- net.officefloor.frame.impl.construct.source.SourcePropertiesImpl
-
- net.officefloor.frame.impl.construct.source.SourceContextImpl
-
- net.officefloor.compile.impl.managedfunction.ManagedFunctionSourceContextImpl
-
- All Implemented Interfaces:
ManagedFunctionSourceContext
,ServiceContext
,SourceContext
,SourceProperties
public class ManagedFunctionSourceContextImpl extends SourceContextImpl implements ManagedFunctionSourceContext
ManagedFunctionSourceContext
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ManagedFunctionSourceContextImpl(java.lang.String managedFunctionSourceName, boolean isLoadingType, java.lang.String[] additionalProfiles, PropertyList propertyList, NodeContext context)
Initiate.
-
Method Summary
-
Methods inherited from class net.officefloor.frame.impl.construct.source.SourceContextImpl
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServices
-
Methods inherited from class net.officefloor.frame.impl.construct.source.SourcePropertiesImpl
addProperty, getProperties, getProperty, getProperty, getPropertyNames
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
ManagedFunctionSourceContextImpl
public ManagedFunctionSourceContextImpl(java.lang.String managedFunctionSourceName, boolean isLoadingType, java.lang.String[] additionalProfiles, PropertyList propertyList, NodeContext context)
Initiate.- Parameters:
managedFunctionSourceName
- Name ofManagedFunctionSource
.isLoadingType
- Indicates if loading type.additionalProfiles
- Additional profiles.propertyList
-PropertyList
.context
-NodeContext
.
-
-