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, setCheckJarspublic SignatureBuilder(OutputStream out, Logger logger) throws IOException
IOExceptionpublic SignatureBuilder(InputStream[] in, OutputStream out, Logger logger) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionpublic void addInclude(String className)
public void addExclude(String className)
public void close()
throws IOException
IOExceptionprotected void process(String name, InputStream image) throws IOException
process in class ClassFileVisitorname - Displayable name to identify what class file we are processingimage - Class file image.IOExceptionCopyright © 2008–2014. All rights reserved.