Package edu.umd.cs.findbugs.workflow
Class RejarClassesForAnalysis
- java.lang.Object
-
- edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis
-
public class RejarClassesForAnalysis extends java.lang.Object
- Author:
- William Pugh
-
-
Constructor Summary
Constructors Constructor Description RejarClassesForAnalysis(edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine commandLine, int argCount, java.lang.String[] args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
java.util.zip.ZipOutputStream
getZipOutputFile(java.lang.String path)
static void
main(java.lang.String[] args)
java.util.zip.ZipEntry
newZipEntry(java.util.zip.ZipEntry ze)
static void
readFrom(java.util.Collection<java.lang.String> result, java.io.Reader r)
static void
readFromStandardInput(java.util.Collection<java.lang.String> result)
-
-
-
Method Detail
-
readFromStandardInput
public static void readFromStandardInput(java.util.Collection<java.lang.String> result) throws java.io.IOException
- Throws:
java.io.IOException
-
getZipOutputFile
@Nonnull public java.util.zip.ZipOutputStream getZipOutputFile(java.lang.String path)
-
readFrom
public static void readFrom(java.util.Collection<java.lang.String> result, @WillClose java.io.Reader r) throws java.io.IOException
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
execute
public void execute() throws java.io.IOException
- Throws:
java.io.IOException
-
newZipEntry
public java.util.zip.ZipEntry newZipEntry(java.util.zip.ZipEntry ze)
-
-