Uses of Interface
net.officefloor.compile.spi.supplier.source.InternalSupplier
-
-
Uses of InternalSupplier in net.officefloor.compile.impl.state.autowire
Constructors in net.officefloor.compile.impl.state.autowire with parameters of type InternalSupplier Constructor Description AutoWireStateManagerFactoryImpl(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 InternalSupplier Modifier and Type Method Description InternalSupplier[]
OfficeFloorNodeImpl. getInternalSuppliers()
InternalSupplier[]
OfficeNodeImpl. getInternalSuppliers()
InternalSupplier[]
SupplierNodeImpl. getInternalSuppliers()
-
Uses of InternalSupplier in net.officefloor.compile.impl.supplier
Methods in net.officefloor.compile.impl.supplier that return InternalSupplier Modifier and Type Method Description InternalSupplier[]
SupplierSourceContextImpl. getInternalSuppliers()
InternalSupplier[]
SupplierTypeImpl. getInternalSuppliers()
Methods in net.officefloor.compile.impl.supplier with parameters of type InternalSupplier Modifier and Type Method Description void
SupplierSourceContextImpl. addInternalSupplier(InternalSupplier internalSupplier)
Constructors in net.officefloor.compile.impl.supplier with parameters of type InternalSupplier Constructor Description InitialSupplierTypeImpl(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 InternalSupplier Modifier and Type Method Description InternalSupplier[]
OfficeFloorNode. getInternalSuppliers()
Obtains theInternalSupplier
instances.InternalSupplier[]
OfficeNode. getInternalSuppliers()
Obtains theInternalSupplier
instances for theOffice
.InternalSupplier[]
SupplierNode. getInternalSuppliers()
Obtains theInternalSupplier
instances. -
Uses of InternalSupplier in net.officefloor.compile.spi.supplier.source
Methods in net.officefloor.compile.spi.supplier.source that return InternalSupplier Modifier and Type Method Description InternalSupplier[]
SupplierCompileConfiguration. getInternalSuppliers()
Obtains theInternalSupplier
instances.Methods in net.officefloor.compile.spi.supplier.source with parameters of type InternalSupplier Modifier and Type Method Description void
SupplierCompileContext. addInternalSupplier(InternalSupplier internalSupplier)
Adds anInternalSupplier
. -
Uses of InternalSupplier in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return InternalSupplier Modifier and Type Method Description InternalSupplier[]
SupplierType. getInternalSuppliers()
Obtains theInternalSupplier
instances from theSupplierSource
.
-