edu.umd.cs.findbugs.ba
public class RepositoryClassParser extends Object
| Constructor Summary | |
|---|---|
| RepositoryClassParser(InputStream inputStream, String fileName)
Constructor.
| |
| RepositoryClassParser(String fileName)
Constructor.
| |
| RepositoryClassParser(String zipFile, String fileName)
Constructor.
| |
| Method Summary | |
|---|---|
| JavaClass | parse()
Parse the class file into a JavaClass object.
|
Parameters: inputStream the input stream from which to read the class file fileName filename of the class file
Parameters: fileName name of the class file
Throws: IOException if the file cannot be read
Parameters: zipFile name of a zip file containing the class fileName name of the zip entry within the class
Throws: IOException if the zip entry cannot be read
Returns: the parsed JavaClass
Throws: IOException if the class cannot be parsed