org.scijava.util
Interface Combiner
- All Known Implementing Classes:
- AnnotationCombiner, ServiceCombiner
public interface Combiner
Interface for combining structurally-delicate items (such as annotations)
which need to be unified to a single output.
- Author:
- Mark Hiner
Method Summary |
void |
combine(File outputDirectory)
Combines a collection of items and writes the result to the provided
directory. |
combine
void combine(File outputDirectory)
throws Exception
- Combines a collection of items and writes the result to the provided
directory.
- Throws:
Exception
Copyright © 2009–2015 SciJava. All rights reserved.