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
ConstructorsConstructorDescriptionManagedFunctionSourceContextImpl(String managedFunctionSourceName, boolean isLoadingType, 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, loadServicesMethods inherited from class net.officefloor.frame.impl.construct.source.SourcePropertiesImpl
addProperty, getProperties, getProperty, getProperty, getPropertyNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.frame.api.source.SourceContext
getClassLoader, getClock, getLogger, getName, getOptionalResource, getProfiles, getResource, isLoadingType, loadClass, loadOptionalClass, loadOptionalService, loadOptionalServices, loadService, loadService, loadServicesMethods inherited from interface net.officefloor.frame.api.source.SourceProperties
getProperties, getProperty, getProperty, getPropertyNames
-
Constructor Details
-
ManagedFunctionSourceContextImpl
public ManagedFunctionSourceContextImpl(String managedFunctionSourceName, boolean isLoadingType, String[] additionalProfiles, PropertyList propertyList, NodeContext context) Initiate.- Parameters:
managedFunctionSourceName- Name ofManagedFunctionSource.isLoadingType- Indicates if loading type.additionalProfiles- Additional profiles.propertyList-PropertyList.context-NodeContext.
-