Package org.aspectj.weaver.bcel
Class ClassPathManager.ClassFile
- java.lang.Object
-
- org.aspectj.weaver.bcel.ClassPathManager.ClassFile
-
- Enclosing class:
- ClassPathManager
public abstract static class ClassPathManager.ClassFile extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassFile()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidclose()abstract InputStreamgetInputStream()abstract StringgetPath()
-
-
-
Method Detail
-
getInputStream
public abstract InputStream getInputStream() throws IOException
- Throws:
IOException
-
getPath
public abstract String getPath()
-
close
public abstract void close()
-
-