Uses of Interface
net.officefloor.compile.classes.OfficeFloorJavaCompiler.ImplementationRunnable
-
Packages that use OfficeFloorJavaCompiler.ImplementationRunnable Package Description net.officefloor.compile.classes -
-
Uses of OfficeFloorJavaCompiler.ImplementationRunnable in net.officefloor.compile.classes
Methods in net.officefloor.compile.classes with parameters of type OfficeFloorJavaCompiler.ImplementationRunnable Modifier and Type Method Description static <T extends java.lang.Throwable>
voidOfficeFloorJavaCompiler. runWithImplementation(java.lang.String officeFloorJavaCompilerImplementationClassName, OfficeFloorJavaCompiler.ImplementationRunnable<T> runnable)
Runs with a particularOfficeFloorJavaCompiler
implementation.
-