org.codehaus.mojo.animal_sniffer
Class Main
java.lang.Object
org.codehaus.mojo.animal_sniffer.ClassFileVisitor
org.codehaus.mojo.animal_sniffer.Main
public class Main
- extends ClassFileVisitor
- Author:
- Kohsuke Kawaguchi
Constructor Summary |
Main()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
process
protected void process(String name,
InputStream image)
throws IOException
- Specified by:
process
in class ClassFileVisitor
- Parameters:
name
- Displayable name to identify what class file we are processingimage
- Class file image.
- Throws:
IOException
Copyright © 2008-2012 Codehaus. All Rights Reserved.