Uses of Class
org.alfresco.repo.virtual.ref.HashStore
Packages that use HashStore
-
Uses of HashStore in org.alfresco.repo.virtual.ref
Methods in org.alfresco.repo.virtual.ref that return HashStoreModifier and TypeMethodDescriptionHashStoreConfiguration.getClasspathHashStore()HashStoreConfiguration.getStoreIdStore()HashStoreConfiguration.getStoreProtocolStore()Constructors in org.alfresco.repo.virtual.ref with parameters of type HashStoreModifierConstructorDescriptionNodeHashReferenceParser(HashStore classpathHashStore, HashReferenceParser referenceParser) NodeHashStringifier(HashStore classpathHashStore, Stringifier referenceDispatcher) ProtocolHashParser(HashStore classpathHashStore) ProtocolHashStringifier(HashStore classpathHashStore, Stringifier referenceDispatcher) StoredPathHasher(HashStore pathHashStore) VanillaHashReferenceParser(HashStore classpathHashStore) VanillaHashStringifier(HashStore classpathHashStore, Stringifier referenceDispatcher) VirtualHashReferenceParser(HashStore classpathHashStore) VirtualHashReferenceParser(HashStore classpathHashStore, String protocolCode) VirtualHashStringifier(HashStore classpathHashStore, Stringifier referenceDispatcher)