Uses of Interface
net.officefloor.compile.spi.supplier.source.SupplierCompileCompletion
-
Packages that use SupplierCompileCompletion Package Description net.officefloor.compile.impl.supplier net.officefloor.compile.spi.supplier.source net.officefloor.compile.supplier -
-
Uses of SupplierCompileCompletion in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier that return SupplierCompileCompletion Modifier and Type Method Description SupplierCompileCompletion[]
InitialSupplierTypeImpl. getCompileCompletions()
SupplierCompileCompletion[]
SupplierSourceContextImpl. getCompileCompletions()
Methods in net.officefloor.compile.impl.supplier with parameters of type SupplierCompileCompletion Modifier and Type Method Description void
SupplierSourceContextImpl. addCompileCompletion(SupplierCompileCompletion completion)
Constructors in net.officefloor.compile.impl.supplier with parameters of type SupplierCompileCompletion Constructor Description InitialSupplierTypeImpl(SupplierThreadLocalType[] supplierThreadLocalTypes, ThreadSynchroniserFactory[] threadSynchronisers, SuppliedManagedObjectSourceType[] suppliedManagedObjectTypes, InternalSupplier[] internalSuppliers, SupplierCompileCompletion[] compileCompletions, SupplierCompileConfiguration compileConfiguration)
Initiate. -
Uses of SupplierCompileCompletion in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source that return SupplierCompileCompletion Modifier and Type Method Description SupplierCompileCompletion[]
SupplierCompileConfiguration. getCompileCompletions()
Obtains theSupplierCompileCompletion
instances.Methods in net.officefloor.compile.spi.supplier.source with parameters of type SupplierCompileCompletion Modifier and Type Method Description void
SupplierSourceContext. addCompileCompletion(SupplierCompileCompletion completion)
Adds aSupplierCompileCompletion
to be invoked after compilation of respectiveOfficeFloor
/Office
functionality. -
Uses of SupplierCompileCompletion in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return SupplierCompileCompletion Modifier and Type Method Description SupplierCompileCompletion[]
InitialSupplierType. getCompileCompletions()
Obtains theSupplierCompileCompletion
instances.
-