public class RepositoryClassParser
extends java.lang.Object
Constructor | Description |
---|---|
RepositoryClassParser(java.io.InputStream inputStream,
java.lang.String fileName) |
Constructor.
|
RepositoryClassParser(java.lang.String fileName) |
Constructor.
|
RepositoryClassParser(java.lang.String zipFile,
java.lang.String fileName) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
org.apache.bcel.classfile.JavaClass |
parse() |
Parse the class file into a JavaClass object.
|
public RepositoryClassParser(java.io.InputStream inputStream, java.lang.String fileName)
inputStream
- the input stream from which to read the class filefileName
- filename of the class filepublic RepositoryClassParser(java.lang.String fileName)
fileName
- name of the class filepublic RepositoryClassParser(java.lang.String zipFile, java.lang.String fileName)
zipFile
- name of a zip file containing the classfileName
- name of the zip entry within the classSpotBugs is licensed under the LGPL.