public class SignatureChecker extends ClassFileVisitor
| Constructor and Description |
|---|
SignatureChecker(InputStream in,
Set ignoredPackages,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSignatureBroken() |
static void |
main(String[] args) |
protected void |
process(String name,
InputStream image) |
void |
setSourcePath(List sourcePath) |
isCheckJars, process, process, processClassFile, processDirectory, processJarFile, setCheckJarspublic SignatureChecker(InputStream in, Set ignoredPackages, Logger logger) throws IOException
IOExceptionpublic void setSourcePath(List sourcePath)
protected 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.IOExceptionpublic boolean isSignatureBroken()
Copyright © 2008–2013 Codehaus. All rights reserved.