Package kilim

Interface WeavingClassLoader.Excludable

  • Enclosing class:
    WeavingClassLoader

    public static interface WeavingClassLoader.Excludable
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean check​(java.lang.String name)
      check whether the named class should be loaded by the parent loader
    • Method Detail

      • check

        boolean check​(java.lang.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