public static interface FileTransformations.DirectoryCombiner
| Modifier and Type | Field and Description |
|---|---|
static FileTransformations.DirectoryCombiner |
NOP
An
FileTransformations.DirectoryCombiner that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
void |
combineDirectory(String directoryPath,
ConsumerWhichThrows<? super FileTransformations.NameAndContents,? extends IOException> memberAdder)
Is invoked after the members of the directory have been transformed.
|
static final FileTransformations.DirectoryCombiner NOP
FileTransformations.DirectoryCombiner that does nothing.void combineDirectory(String directoryPath, ConsumerWhichThrows<? super FileTransformations.NameAndContents,? extends IOException> memberAdder) throws IOException
The name of the interface and this method is historical; actually nothing is "combined".
directoryPath - The path designating the directory being transformedmemberAdder - Can be called to add members to the output directoryIOExceptionCopyright © 2018 Arno Unkrig. All rights reserved.