Class GeneratorUtils.LocalClassLoader

java.lang.Object
java.lang.ClassLoader
com.griefdefender.api.util.generator.GeneratorUtils.LocalClassLoader
Enclosing class:
GeneratorUtils

public static class GeneratorUtils.LocalClassLoader extends ClassLoader
  • Constructor Details

  • Method Details

    • defineClass

      public Class<?> defineClass(String name, byte[] b)
      Defines the class by name and bytecode array.
      Parameters:
      name - The name of the class
      b - The bytecode array
      Returns:
      The class