Interface SupplierSourceContext
-
- All Superinterfaces:
SourceContext
,SourceProperties
,SupplierCompileContext
- All Known Implementing Classes:
SupplierSourceContextImpl
public interface SupplierSourceContext extends SupplierCompileContext, SourceContext
Context for theSupplierSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addCompileCompletion(SupplierCompileCompletion completion)
Adds aSupplierCompileCompletion
to be invoked after compilation of respectiveOfficeFloor
/Office
functionality.-
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
-
Methods inherited from interface net.officefloor.compile.spi.supplier.source.SupplierCompileContext
addInternalSupplier, addManagedObjectSource, addSupplierThreadLocal, addThreadSynchroniser
-
-
-
-
Method Detail
-
addCompileCompletion
void addCompileCompletion(SupplierCompileCompletion completion)
Adds aSupplierCompileCompletion
to be invoked after compilation of respectiveOfficeFloor
/Office
functionality.- Parameters:
completion
-SupplierCompileCompletion
.
-
-