public class RepositoryClassParser
extends java.lang.Object
Constructor and 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 and 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 classFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.