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 »
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 »