org.scijava.util
Class ServiceCombiner
java.lang.Object
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
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 |
ServiceCombiner
public ServiceCombiner()
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–2015 SciJava. All rights reserved.