org.codehaus.mojo.animal_sniffer
Class SignatureMerger

java.lang.Object
  extended by org.codehaus.mojo.animal_sniffer.SignatureMerger

public class SignatureMerger
extends Object

Merges signature files.

Author:
Stephen Connolly

Constructor Summary
SignatureMerger(InputStream[] in, OutputStream out, Logger logger)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureMerger

public SignatureMerger(InputStream[] in,
                       OutputStream out,
                       Logger logger)
                throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2008-2011 Codehaus. All Rights Reserved.