Classes, interfaces and traits
FileNameMapper¶
Interface for filename mapper classes.
« More »
CompositeMapper¶
A <code>ContainerMapper</code> that unites the results of its constituent
<code>FileNameMapper</code>s into a single set of result filenames.
« More »
CutDirsMapper¶
A mapper that strips of the a configurable number of leading
directories from a file name.
« More »
FirstMatchMapper¶
A <code>ContainerMapper</code> that returns the results of its
first constituent <code>FileNameMapper</code>s that matches.
« More »
FlattenMapper¶
Removes any directory information from the passed path.
« More »
GlobMapper¶
Uses glob patterns to perform filename transformations.
« More »
IdentityMapper¶
This mapper does nothing ;)
« More »
MergeMapper¶
For merging files into a single file. In practice just returns whatever value
was set for "to".
« More »
RegexpMapper¶
Uses regular expressions to perform filename transformations.
« More »