public class ChangesFileHashcodeMap extends FileHashcodeMap
FileHashcodeMap but also holds additional data about
changes that were detected after a FileHashcodeMap.rescan(java.io.File, java.util.regex.Pattern, boolean).AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>DELETED_FILE_HASHCODE, DIRECTORY_HASHCODE, UNKNOWN_DIR_HASHCODE, UNKNOWN_FILE_HASHCODE| Constructor and Description |
|---|
ChangesFileHashcodeMap(FileHashcodeMap original)
Creates an file/hashcode map populated with a map of original file data.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditions() |
Map<String,String> |
getChanges() |
Map<String,String> |
getDeletions() |
Set<String> |
getIgnored() |
Set<String> |
getSkipped() |
containsKey, convertPath, generateFileHashcodeMap, get, getUnknownContent, loadFromFile, put, remove, rescan, storeToFileceilingEntry, ceilingKey, clear, clone, comparator, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringpublic ChangesFileHashcodeMap(FileHashcodeMap original)
getAdditions(), getDeletions(), getChanges() maps.
This is the responsibility of the originator of this map object.original - contains original file data that this object will copypublic Map<String,String> getDeletions()
public Map<String,String> getAdditions()
public Map<String,String> getChanges()
public Set<String> getIgnored()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.