public class SignatureBuilder extends ClassFileVisitor
Constructor and Description |
---|
SignatureBuilder(InputStream[] in,
OutputStream out,
Logger logger) |
SignatureBuilder(OutputStream out,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
addExclude(String className) |
void |
addInclude(String className) |
void |
close() |
static void |
main(String[] args) |
protected void |
process(String name,
InputStream image) |
isCheckJars, process, process, processClassFile, processDirectory, processJarFile, setCheckJars
public SignatureBuilder(OutputStream out, Logger logger) throws IOException
IOException
public SignatureBuilder(InputStream[] in, OutputStream out, Logger logger) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
public void addInclude(String className)
public void addExclude(String className)
public void close() throws IOException
IOException
protected void process(String name, InputStream image) throws IOException
process
in class ClassFileVisitor
name
- Displayable name to identify what class file we are processingimage
- Class file image.IOException
Copyright © 2008-2012 Codehaus. All Rights Reserved.