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 voidSupplierSourceContextImpl. 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 theSupplierCompileCompletioninstances.Methods in net.officefloor.compile.spi.supplier.source with parameters of type SupplierCompileCompletion Modifier and Type Method Description voidSupplierSourceContext. addCompileCompletion(SupplierCompileCompletion completion)Adds aSupplierCompileCompletionto be invoked after compilation of respectiveOfficeFloor/Officefunctionality. -
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 theSupplierCompileCompletioninstances.
-