Uses of Interface
net.officefloor.compile.state.autowire.AutoWireStateManagerFactory
-
Packages that use AutoWireStateManagerFactory Package Description net.officefloor.compile.impl.state.autowire net.officefloor.compile.state.autowire -
-
Uses of AutoWireStateManagerFactory in net.officefloor.compile.impl.state.autowire
Classes in net.officefloor.compile.impl.state.autowire that implement AutoWireStateManagerFactory Modifier and Type Class Description class
AutoWireStateManagerFactoryImpl
AutoWireStateManagerFactory
implementation. -
Uses of AutoWireStateManagerFactory in net.officefloor.compile.state.autowire
Methods in net.officefloor.compile.state.autowire with parameters of type AutoWireStateManagerFactory Modifier and Type Method Description void
AutoWireStateManagerVisitor. visit(java.lang.String officeName, AutoWireStateManagerFactory autoWireStateManagerFactory)
Visits theAutoWireStateManagerFactory
for theOffice
.
-