public class RepositoryClassParser extends Object
| Constructor and Description |
|---|
RepositoryClassParser(InputStream inputStream,
String fileName)
Constructor.
|
RepositoryClassParser(String fileName)
Constructor.
|
RepositoryClassParser(String zipFile,
String fileName)
Constructor.
|
public RepositoryClassParser(InputStream inputStream, String fileName)
inputStream - the input stream from which to read the class filefileName - filename of the class filepublic RepositoryClassParser(String fileName)
fileName - name of the class filepublic org.apache.bcel.classfile.JavaClass parse()
throws IOException
IOException - if the class cannot be parsedCopyright © 2003–2015. All rights reserved.