Package kilim

Interface WeavingClassLoader.Excludable

Enclosing class:
WeavingClassLoader

public static interface WeavingClassLoader.Excludable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(String name)
    check whether the named class should be loaded by the parent loader
  • Method Details

    • check

      boolean check(String name)
      check whether the named class should be loaded by the parent loader
      Parameters:
      name - the name of the class to check
      Returns:
      true if this class loader should delegate to the parent loader