Class AutoWireStateManagerFactoryImpl
java.lang.Object
net.officefloor.compile.impl.state.autowire.AutoWireStateManagerFactoryImpl
- All Implemented Interfaces:
AutoWireStateManagerFactory
AutoWireStateManagerFactory implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionAutoWireStateManagerFactoryImpl(OfficeFloor officeFloor, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock) Instantiate. -
Method Summary
-
Constructor Details
-
AutoWireStateManagerFactoryImpl
public AutoWireStateManagerFactoryImpl(OfficeFloor officeFloor, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock) Instantiate.- Parameters:
officeFloor-OfficeFloor.officeNode-OfficeNode.autoWirer-AutoWirer.internalSuppliers-InternalSupplierinstances.monitorClock-MonitorClock.
-
-
Method Details
-
createAutoWireStateManager
Description copied from interface:AutoWireStateManagerFactoryCreates theAutoWireStateManager.- Specified by:
createAutoWireStateManagerin interfaceAutoWireStateManagerFactory- Returns:
AutoWireStateManager.
-