org.codehaus.mojo.animal_sniffer
Class Main

java.lang.Object
  extended by org.codehaus.mojo.animal_sniffer.ClassFileVisitor
      extended by org.codehaus.mojo.animal_sniffer.Main

public class Main
extends ClassFileVisitor

Author:
Kohsuke Kawaguchi

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
           
protected  void process(String name, InputStream image)
           
 
Methods inherited from class org.codehaus.mojo.animal_sniffer.ClassFileVisitor
isCheckJars, process, process, processClassFile, processDirectory, processJarFile, setCheckJars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

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 processing
image - Class file image.
Throws:
IOException


Copyright © 2008-2012 Codehaus. All Rights Reserved.