public class Main extends ClassFileVisitor
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected void |
process(String name,
InputStream image) |
isCheckJars, process, process, processClassFile, processDirectory, processJarFile, setCheckJars
public static void main(String[] args) 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–2013 Codehaus. All rights reserved.