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) |
public File addInput(File inputFile) throws IOException
addInput
in interface InputSet
IOException
public Iterable<File> addInputs(File basedir, Collection<String> includes, Collection<String> excludes) throws IOException
addInputs
in interface InputSet
IOException
public boolean aggregateIfNecessary(File outputFile, InputAggregator aggregator) throws IOException
aggregateIfNecessary
in interface InputSet
IOException
public <T extends Serializable> boolean aggregateIfNecessary(File outputFile, MetadataAggregator<T> aggregator) throws IOException
aggregateIfNecessary
in interface InputSet
IOException
Copyright © 2021. All rights reserved.