public class FilePathMapping<T>
extends java.lang.Object
Constructor and Description |
---|
FilePathMapping(boolean caseSensitive) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String filePath,
T value) |
T |
getMappingFor(FilePath filePath) |
void |
remove(java.lang.String filePath) |
java.util.Collection<T> |
values() |