See: Description
| Interface | Description |
|---|---|
| DirectoryMembersTransformer |
Transforms the members of a directory.
|
| FileAdder |
Adds a given file to 'something'.
|
| FileTransformations.ArchiveCombiner | |
| FileTransformations.DirectoryCombiner | |
| FileTransformations.NameAndContents | |
| FileTransformer |
| Class | Description |
|---|---|
| DirectoryTransformer | |
| FileAdderUtil |
Various
FileAdder-related utility methods. |
| FileContentsTransformer |
A
FileTransformer that transforms a file be feeding its contents through a ContentsTransformer. |
| FileTransformations |
Various
FileTransformer-related utility methods. |
| ProxyFileTransformer |
A file transformer which delegates to the file transformer specified by
ProxyFileTransformer.set(FileTransformer). |
| SelectiveFileTransformer |
A
FileTransformer that feeds the file to the trueDelegate iff the path matches a given
Predicate, and otherwise to the falseDelegate. |
| Enum | Description |
|---|---|
| FileTransformer.Mode |
Most applications can be implemented with the utility methods of FileTransformations.
Copyright © 2018 Arno Unkrig. All rights reserved.