Package net.officefloor.compile.classes
Interface OfficeFloorJavaCompiler.NonCompilerOperation<T extends java.lang.Throwable>
-
- Enclosing class:
- OfficeFloorJavaCompiler
public static interface OfficeFloorJavaCompiler.NonCompilerOperation<T extends java.lang.Throwable>
Operation undertaken without the Java compiler being available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Logic of operation.
-