Uses of Interface
net.officefloor.compile.spi.supplier.source.InternalSupplier
Packages that use InternalSupplier
Package
Description
-
Uses of InternalSupplier in net.officefloor.compile.impl.state.autowire
Constructors in net.officefloor.compile.impl.state.autowire with parameters of type InternalSupplierModifierConstructorDescriptionAutoWireStateManagerFactoryImpl(OfficeFloor officeFloor, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock) Instantiate.AutoWireStateManagerImpl(Office office, StateManager stateManager, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock) Instantiate. -
Uses of InternalSupplier in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return InternalSupplierModifier and TypeMethodDescriptionOfficeFloorNodeImpl.getInternalSuppliers()OfficeNodeImpl.getInternalSuppliers()SupplierNodeImpl.getInternalSuppliers() -
Uses of InternalSupplier in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier that return InternalSupplierModifier and TypeMethodDescriptionSupplierSourceContextImpl.getInternalSuppliers()SupplierTypeImpl.getInternalSuppliers()Methods in net.officefloor.compile.impl.supplier with parameters of type InternalSupplierModifier and TypeMethodDescriptionvoidSupplierSourceContextImpl.addInternalSupplier(InternalSupplier internalSupplier) Constructors in net.officefloor.compile.impl.supplier with parameters of type InternalSupplierModifierConstructorDescriptionInitialSupplierTypeImpl(SupplierThreadLocalType[] supplierThreadLocalTypes, ThreadSynchroniserFactory[] threadSynchronisers, SuppliedManagedObjectSourceType[] suppliedManagedObjectTypes, InternalSupplier[] internalSuppliers, SupplierCompileCompletion[] compileCompletions, SupplierCompileConfiguration compileConfiguration) Initiate.SupplierTypeImpl(SupplierThreadLocalType[] supplierThreadLocalTypes, ThreadSynchroniserFactory[] threadSynchronisers, SuppliedManagedObjectSourceType[] suppliedManagedObjectTypes, InternalSupplier[] internalSuppliers) Initiate. -
Uses of InternalSupplier in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return InternalSupplierModifier and TypeMethodDescriptionOfficeFloorNode.getInternalSuppliers()Obtains theInternalSupplierinstances.OfficeNode.getInternalSuppliers()Obtains theInternalSupplierinstances for theOffice.SupplierNode.getInternalSuppliers()Obtains theInternalSupplierinstances. -
Uses of InternalSupplier in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source that return InternalSupplierModifier and TypeMethodDescriptionSupplierCompileConfiguration.getInternalSuppliers()Obtains theInternalSupplierinstances.Methods in net.officefloor.compile.spi.supplier.source with parameters of type InternalSupplierModifier and TypeMethodDescriptionvoidSupplierCompileContext.addInternalSupplier(InternalSupplier internalSupplier) Adds anInternalSupplier. -
Uses of InternalSupplier in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return InternalSupplierModifier and TypeMethodDescriptionSupplierType.getInternalSuppliers()Obtains theInternalSupplierinstances from theSupplierSource.