Package net.officefloor.compile
Interface OfficeFloorCompilerConfigurerContext
-
public interface OfficeFloorCompilerConfigurerContextContext for theOfficeFloorCompilerConfigurer.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeFloorCompilergetOfficeFloorCompiler()Obtains theOfficeFloorCompilerbeing configured.voidsetClassLoader(java.lang.ClassLoader classLoader)Allows specifying anotherClassLoader.
-
-
-
Method Detail
-
getOfficeFloorCompiler
OfficeFloorCompiler getOfficeFloorCompiler()
Obtains theOfficeFloorCompilerbeing configured.- Returns:
OfficeFloorCompilerbeing configured.
-
setClassLoader
void setClassLoader(java.lang.ClassLoader classLoader) throws java.lang.IllegalArgumentExceptionAllows specifying another
ClassLoader.To ensure
Classcompatibility, the inputClassLoadermust be a child of the currentOfficeFloorCompilerClassLoader.- Parameters:
classLoader-ClassLoaderthat is child ofOfficeFloorCompilerClassLoader.- Throws:
java.lang.IllegalArgumentException- If not a child.
-
-