org.scijava.util
Class ServiceCombiner

java.lang.Object
  extended by org.scijava.util.ServiceCombiner
All Implemented Interfaces:
Combiner

public class ServiceCombiner
extends Object
implements Combiner

Combines Service information from all JAR files on the classpath.

Author:
Johannes Schindelin, Mark Hiner

Constructor Summary
ServiceCombiner()
           
 
Method Summary
 void combine(File outputDirectory)
          Combines a collection of items and writes the result to the provided directory.
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

ServiceCombiner

public ServiceCombiner()
Method Detail

combine

public void combine(File outputDirectory)
             throws IOException
Description copied from interface: Combiner
Combines a collection of items and writes the result to the provided directory.

Specified by:
combine in interface Combiner
Throws:
IOException

main

public static void main(String... args)
                 throws IOException
Throws:
IOException


Copyright © 2009–2014 SciJava. All rights reserved.