calhoun.analysis.crf.io
Interface FilenameMapper
- All Known Implementing Classes:
- ExtensionMapper
public interface FilenameMapper
An interface used to map filenames. Given a source filename, converts it into a destination filename.
|
Method Summary |
java.io.File |
mapFilename(java.io.File source)
maps a filename from the source to a destination. |
mapFilename
java.io.File mapFilename(java.io.File source)
- maps a filename from the source to a destination.
- Parameters:
source - the input filename to use as the base for the mapping
- Returns:
- the destination filename