public class RejarClassesForAnalysis extends Object
| Constructor and Description |
|---|
RejarClassesForAnalysis(edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine commandLine,
int argCount,
String[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
ZipOutputStream |
getZipOutputFile(String path) |
static void |
main(String[] args) |
ZipEntry |
newZipEntry(ZipEntry ze) |
static void |
readFrom(Collection<String> result,
Reader r) |
static void |
readFromStandardInput(Collection<String> result) |
public RejarClassesForAnalysis(edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis.RejarClassesForAnalysisCommandLine commandLine,
int argCount,
String[] args)
public static void readFromStandardInput(Collection<String> result) throws IOException
IOException@Nonnull public ZipOutputStream getZipOutputFile(String path)
public static void readFrom(Collection<String> result, @WillClose Reader r) throws IOException
IOExceptionpublic void execute()
throws IOException
IOExceptionCopyright © 2003–2015. All rights reserved.