Package org.alfresco.repo.virtual.ref
Class NumericPathHasher
- java.lang.Object
-
- org.alfresco.repo.virtual.ref.HierarchicalPathHasher
-
- org.alfresco.repo.virtual.ref.NumericPathHasher
-
- All Implemented Interfaces:
PathHasher
public class NumericPathHasher extends HierarchicalPathHasher
Creates string-pair hashes of single digit element numeric paths.- See Also:
HierarchicalPathHasher
-
-
Constructor Summary
Constructors Constructor Description NumericPathHasher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringhashSubpath(java.lang.String subpath)protected java.lang.StringlookupSubpathHash(java.lang.String hash)-
Methods inherited from class org.alfresco.repo.virtual.ref.HierarchicalPathHasher
hash, lookup
-
-
-
-
Method Detail
-
hashSubpath
protected java.lang.String hashSubpath(java.lang.String subpath)
- Specified by:
hashSubpathin classHierarchicalPathHasher
-
lookupSubpathHash
protected java.lang.String lookupSubpathHash(java.lang.String hash)
- Specified by:
lookupSubpathHashin classHierarchicalPathHasher
-
-