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 voidSupplierSourceContextImpl. 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 theInternalSupplierinstances.InternalSupplier[]OfficeNode. getInternalSuppliers()Obtains theInternalSupplierinstances for theOffice.InternalSupplier[]SupplierNode. getInternalSuppliers()Obtains theInternalSupplierinstances. -
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 theInternalSupplierinstances.Methods in net.officefloor.compile.spi.supplier.source with parameters of type InternalSupplier Modifier and Type Method Description voidSupplierCompileContext. 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 theInternalSupplierinstances from theSupplierSource.
-