org.jvnet.animal_sniffer
Class SignatureBuilder
java.lang.Object
org.jvnet.animal_sniffer.ClassFileVisitor
org.jvnet.animal_sniffer.SignatureBuilder
public class SignatureBuilder
- extends ClassFileVisitor
Builds up a signature list from the given classes.
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
void |
close()
|
static void |
main(java.lang.String[] args)
|
protected void |
process(java.lang.String name,
java.io.InputStream image)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureBuilder
public SignatureBuilder(java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
process
protected void process(java.lang.String name,
java.io.InputStream image)
throws java.io.IOException
- Specified by:
process in class ClassFileVisitor
- Parameters:
name - Displayable name to identify what class file we are processingimage - Class file image.
- Throws:
java.io.IOException
Copyright © 2008. All Rights Reserved.