Class RestrictedClassClassPath

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

public class RestrictedClassClassPath extends Object implements org.zeroturnaround.bundled.javassist.ClassPath
Author:
Rein Raudjärv
  • Constructor Details

    • RestrictedClassClassPath

      public RestrictedClassClassPath()
      Creates a new instance of system class path.
  • Method Details

    • 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()