Uses of Interface
net.officefloor.compile.spi.office.ManagedFunctionAugmentor
-
Packages that use ManagedFunctionAugmentor Package Description net.officefloor.compile.impl.structure net.officefloor.compile.spi.office -
-
Uses of ManagedFunctionAugmentor in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedFunctionAugmentor Modifier and Type Method Description void
OfficeNodeImpl. addManagedFunctionAugmentor(ManagedFunctionAugmentor managedFunctionAugmentor)
-
Uses of ManagedFunctionAugmentor in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedFunctionAugmentor Modifier and Type Method Description void
OfficeArchitect. addManagedFunctionAugmentor(ManagedFunctionAugmentor managedFunctionAugmentor)
Adds aManagedFunctionAugmentor
.
-