Package net.officefloor.compile
Interface OfficeFloorCompilerConfigurerContext
public interface OfficeFloorCompilerConfigurerContext
Context for the
OfficeFloorCompilerConfigurer.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theOfficeFloorCompilerbeing configured.voidsetClassLoader(ClassLoader classLoader) Allows specifying anotherClassLoader.
-
Method Details
-
getOfficeFloorCompiler
OfficeFloorCompiler getOfficeFloorCompiler()Obtains theOfficeFloorCompilerbeing configured.- Returns:
OfficeFloorCompilerbeing configured.
-
setClassLoader
Allows specifying another
ClassLoader.To ensure
Classcompatibility, the inputClassLoadermust be a child of the currentOfficeFloorCompilerClassLoader.- Parameters:
classLoader-ClassLoaderthat is child ofOfficeFloorCompilerClassLoader.- Throws:
IllegalArgumentException- If not a child.
-