Package org.scijava.util
Interface Combiner
-
- All Known Implementing Classes:
AnnotationCombiner,ServiceCombiner
public interface CombinerInterface for combining structurally-delicate items (such as annotations) which need to be unified to a single output.- Author:
- Mark Hiner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcombine(File outputDirectory)Combines a collection of items and writes the result to the provided directory.
-