org.apache.bcel.util
public interface ClassPath.ClassFile
Method Summary | |
---|---|
abstract String | getBase() |
abstract InputStream | getInputStream() |
abstract String | getPath() |
abstract long | getSize() |
abstract long | getTime() |
Returns: base path of found class, i.e. class is contained relative to that path, which may either denote a directory, or zip file
Returns: input stream for class file.
Returns: canonical path to class file.
Returns: size of class file.
Returns: modification time of class file.