public interface InputSet
Modifier and Type | Method and Description |
---|---|
File |
addInput(File inputFile) |
Iterable<File> |
addInputs(File basedir,
Collection<String> includes,
Collection<String> excludes) |
boolean |
aggregateIfNecessary(File outputFile,
InputAggregator aggregator) |
<T extends Serializable> |
aggregateIfNecessary(File outputFile,
MetadataAggregator<T> aggregator) |
File addInput(File inputFile) throws IOException
IOException
Iterable<File> addInputs(File basedir, Collection<String> includes, Collection<String> excludes) throws IOException
IOException
boolean aggregateIfNecessary(File outputFile, InputAggregator aggregator) throws IOException
IOException
<T extends Serializable> boolean aggregateIfNecessary(File outputFile, MetadataAggregator<T> aggregator) throws IOException
IOException
Copyright © 2021. All rights reserved.