@ProviderType
public interface ChecksumGenerator
ChecksumGeneratorOptions).| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
generateChecksums(javax.jcr.Session session,
String path)
Convenience method for generateChecksums(session, path, new DefaultChecksumGeneratorOptions()).
|
Map<String,String> |
generateChecksums(javax.jcr.Session session,
String path,
ChecksumGeneratorOptions options)
Traverses the content tree whose root is defined by the path param, respecting the
ChecksumGeneratorOptions. |
Map<String,String> generateChecksums(javax.jcr.Session session, String path) throws javax.jcr.RepositoryException, IOException
session - the sessionpath - the root path to generate checksums forjavax.jcr.RepositoryExceptionIOExceptionMap<String,String> generateChecksums(javax.jcr.Session session, String path, ChecksumGeneratorOptions options) throws javax.jcr.RepositoryException, IOException
ChecksumGeneratorOptions.
Generates map of checksum hashes in the format [ ABSOLUTE PATH ] : [ CHECKSUM OF NODE SYSTEM ]session - the sessionpath - the root path to generate checksums foroptions - the ChecksumGeneratorOptions that define the checksum generationjavax.jcr.RepositoryExceptionIOExceptionCopyright © 2013–2020 Adobe. All rights reserved.