Package edu.umd.cs.findbugs.workflow
Class RejarClassesForAnalysis
java.lang.Object
edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis
- Author:
- William Pugh
-
Constructor Summary
ConstructorsConstructorDescriptionRejarClassesForAnalysis(edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine commandLine, int argCount, String[] args) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()getZipOutputFile(String path) static voidnewZipEntry(ZipEntry ze) static voidreadFrom(Collection<String> result, Reader r) static voidreadFromStandardInput(Collection<String> result)
-
Constructor Details
-
RejarClassesForAnalysis
public RejarClassesForAnalysis(edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine commandLine, int argCount, String[] args)
-
-
Method Details
-
readFromStandardInput
- Throws:
IOException
-
getZipOutputFile
-
readFrom
- Throws:
IOException
-
main
- Throws:
Exception
-
execute
- Throws:
IOException
-
newZipEntry
-