Uses of Interface
net.officefloor.compile.OfficeFloorCompilerRunnable
-
-
Uses of OfficeFloorCompilerRunnable in net.officefloor.activity.impl.procedure
Classes in net.officefloor.activity.impl.procedure that implement OfficeFloorCompilerRunnable Modifier and Type Class Description class
ProcedureLoaderCompilerRunnable
OfficeFloorCompilerRunnable
to createProcedureLoader
. -
Uses of OfficeFloorCompilerRunnable in net.officefloor.compile
Method parameters in net.officefloor.compile with type arguments of type OfficeFloorCompilerRunnable Modifier and Type Method Description <T> T
OfficeFloorCompiler. run(java.lang.Class<? extends OfficeFloorCompilerRunnable<T>> runnableClass, java.lang.Object... parameters)
Executes theOfficeFloorCompilerRunnable
by instantiating it with the sameClassLoader
being used by thisOfficeFloorCompiler
. -
Uses of OfficeFloorCompilerRunnable in net.officefloor.compile.impl.adapt
Method parameters in net.officefloor.compile.impl.adapt with type arguments of type OfficeFloorCompilerRunnable Modifier and Type Method Description <T> T
OfficeFloorCompilerAdapter. run(java.lang.Class<? extends OfficeFloorCompilerRunnable<T>> runnableClass, java.lang.Object... parameters)
-
Uses of OfficeFloorCompilerRunnable in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement OfficeFloorCompilerRunnable Modifier and Type Class Description class
HttpSecurityLoaderImpl
HttpSecurityLoader
implementation.class
HttpSecuritySourceSpecificationRunnable
OfficeFloorCompilerRunnable
to obtain the specification for theHttpSecuritySource
.class
HttpSecurityTypeRunnable
-
Uses of OfficeFloorCompilerRunnable in net.officefloor.web.template.type
Classes in net.officefloor.web.template.type that implement OfficeFloorCompilerRunnable Modifier and Type Class Description class
WebTemplateLoaderImpl
WebTemplateLoader
implementation. -
Uses of OfficeFloorCompilerRunnable in net.officefloor.woof.template
Classes in net.officefloor.woof.template that implement OfficeFloorCompilerRunnable Modifier and Type Class Description static class
WoofTemplateExtensionLoaderImpl.LoadSpecification
static class
WoofTemplateExtensionLoaderImpl.RefactorTemplateExtension
OfficeFloorCompilerRunnable
to refactor theWoofTemplateExtensionSource
.
-