| Interfaces | |
|---|---|
| Algorithm | The Algorithm defines how a value for a file is computed. |
| Cache | A Cache let the user store key-value-pairs in a permanent manner and access them. |
| Classes | |
|---|---|
| DigestAlgorithm | Computes a 'hashvalue' for the content of file using java.security.MessageDigest. |
| EqualComparator | Simple implementation of Comparator for use in CacheSelector. |
| HashvalueAlgorithm | Computes a 'hashvalue' for the content of file using String.hashValue(). |
| ModifiedSelector | Selector class that uses Algorithm, Cache and Comparator for its work. |
| ModifiedSelector.AlgorithmName | No description provided. |
| ModifiedSelector.CacheName | No description provided. |
| ModifiedSelector.ComparatorName | No description provided. |
| PropertiesfileCache | Use java.util.Properties for storing the values. |