Class RestrictedLoaderClassPath

java.lang.Object
org.zeroturnaround.javarebel.integration.support.RestrictedLoaderClassPath
All Implemented Interfaces:
org.zeroturnaround.bundled.javassist.ClassPath

public class RestrictedLoaderClassPath extends Object implements org.zeroturnaround.bundled.javassist.ClassPath
  • Constructor Details

    • RestrictedLoaderClassPath

      public RestrictedLoaderClassPath(ClassLoader cl)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • openClassfile

      public InputStream openClassfile(String classname)
      Specified by:
      openClassfile in interface org.zeroturnaround.bundled.javassist.ClassPath
    • find

      public URL find(String classname)
      Specified by:
      find in interface org.zeroturnaround.bundled.javassist.ClassPath
    • close

      public void close()