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(java.lang.String directoryPath,
ConsumerWhichThrows<? super FileTransformations.NameAndContents,? extends java.io.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(java.lang.String directoryPath,
ConsumerWhichThrows<? super FileTransformations.NameAndContents,? extends java.io.IOException> memberAdder)
throws java.io.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 directoryjava.io.IOException