Package net.officefloor.compile.classes
Interface OfficeFloorJavaCompiler.JavaSource
- Enclosing class:
- OfficeFloorJavaCompiler
public static interface OfficeFloorJavaCompiler.JavaSource
Java source.
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>compile()Convenience method to compile a singleOfficeFloorJavaCompiler.JavaSource.Obtains theClassname for theOfficeFloorJavaCompiler.JavaSource.
-
Method Details
-
getClassName
String getClassName()Obtains theClassname for theOfficeFloorJavaCompiler.JavaSource.- Returns:
Classname for theOfficeFloorJavaCompiler.JavaSource.
-
compile
Class<?> compile()Convenience method to compile a singleOfficeFloorJavaCompiler.JavaSource.- Returns:
Classfor theOfficeFloorJavaCompiler.JavaSource.
-