Interface OfficeFloorCompilerConfigurerContext

    • Method Detail

      • setClassLoader

        void setClassLoader​(java.lang.ClassLoader classLoader)
                     throws java.lang.IllegalArgumentException

        Allows specifying another ClassLoader.

        To ensure Class compatibility, the input ClassLoader must be a child of the current OfficeFloorCompiler ClassLoader.

        Parameters:
        classLoader - ClassLoader that is child of OfficeFloorCompiler ClassLoader.
        Throws:
        java.lang.IllegalArgumentException - If not a child.