Uses of Interface
net.officefloor.compile.spi.supplier.source.SupplierCompileCompletion
Packages that use SupplierCompileCompletion
Package
Description
-
Uses of SupplierCompileCompletion in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier that return SupplierCompileCompletionModifier and TypeMethodDescriptionInitialSupplierTypeImpl.getCompileCompletions()SupplierSourceContextImpl.getCompileCompletions()Methods in net.officefloor.compile.impl.supplier with parameters of type SupplierCompileCompletionModifier and TypeMethodDescriptionvoidSupplierSourceContextImpl.addCompileCompletion(SupplierCompileCompletion completion) Constructors in net.officefloor.compile.impl.supplier with parameters of type SupplierCompileCompletionModifierConstructorDescriptionInitialSupplierTypeImpl(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 SupplierCompileCompletionModifier and TypeMethodDescriptionSupplierCompileConfiguration.getCompileCompletions()Obtains theSupplierCompileCompletioninstances.Methods in net.officefloor.compile.spi.supplier.source with parameters of type SupplierCompileCompletionModifier and TypeMethodDescriptionvoidSupplierSourceContext.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 SupplierCompileCompletionModifier and TypeMethodDescriptionInitialSupplierType.getCompileCompletions()Obtains theSupplierCompileCompletioninstances.