Class AutoWireStateManagerFactoryImpl
- java.lang.Object
-
- net.officefloor.compile.impl.state.autowire.AutoWireStateManagerFactoryImpl
-
- All Implemented Interfaces:
AutoWireStateManagerFactory
public class AutoWireStateManagerFactoryImpl extends java.lang.Object implements AutoWireStateManagerFactory
AutoWireStateManagerFactory
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description AutoWireStateManagerFactoryImpl(OfficeFloor officeFloor, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoWireStateManager
createAutoWireStateManager()
Creates theAutoWireStateManager
.
-
-
-
Constructor Detail
-
AutoWireStateManagerFactoryImpl
public AutoWireStateManagerFactoryImpl(OfficeFloor officeFloor, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock)
Instantiate.- Parameters:
officeFloor
-OfficeFloor
.officeNode
-OfficeNode
.autoWirer
-AutoWirer
.internalSuppliers
-InternalSupplier
instances.monitorClock
-MonitorClock
.
-
-
Method Detail
-
createAutoWireStateManager
public AutoWireStateManager createAutoWireStateManager()
Description copied from interface:AutoWireStateManagerFactory
Creates theAutoWireStateManager
.- Specified by:
createAutoWireStateManager
in interfaceAutoWireStateManagerFactory
- Returns:
AutoWireStateManager
.
-
-