Package org.scijava.util
Class ServiceCombiner
- java.lang.Object
-
- org.scijava.util.ServiceCombiner
-
-
Constructor Summary
Constructors Constructor Description ServiceCombiner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcombine(File outputDirectory)Combines a collection of items and writes the result to the provided directory.static voidmain(String... args)
-
-
-
Method Detail
-
combine
public void combine(File outputDirectory) throws IOException
Description copied from interface:CombinerCombines a collection of items and writes the result to the provided directory.- Specified by:
combinein interfaceCombiner- Throws:
IOException
-
main
public static void main(String... args) throws IOException
- Throws:
IOException
-
-