@ProviderType
public interface ChecksumGeneratorOptions
Modifier and Type | Field and Description |
---|---|
static String |
DATA |
static String |
NODE_NAME_EXCLUDES |
static String |
NODE_TYPE_EXCLUDES |
static String |
NODES_TYPES |
static String |
PATHS |
static String |
PROPERTY_EXCLUDES |
static String |
QUERY |
static String |
QUERY_TYPE |
static String |
SORTED_PROPERTIES |
static String |
SUB_TREE_EXCLUDES |
Modifier and Type | Method and Description |
---|---|
default Set<String> |
getExcludedNodeNames() |
Set<String> |
getExcludedNodeTypes() |
Set<String> |
getExcludedProperties() |
default Set<String> |
getExcludedSubTrees() |
Set<String> |
getIncludedNodeTypes()
For a node to be checksumable, its primaryType must exists in getIncludedNodesTypes() and not exist in
getExcludedNodeTypes().
|
Set<String> |
getSortedProperties() |
static final String DATA
static final String PATHS
static final String QUERY
static final String QUERY_TYPE
static final String NODES_TYPES
static final String NODE_TYPE_EXCLUDES
static final String PROPERTY_EXCLUDES
static final String SORTED_PROPERTIES
static final String SUB_TREE_EXCLUDES
static final String NODE_NAME_EXCLUDES
Set<String> getIncludedNodeTypes()
Set<String> getExcludedNodeTypes()
Set<String> getExcludedProperties()
Set<String> getSortedProperties()
default Set<String> getExcludedSubTrees()
Copyright © 2013–2021 Adobe. All rights reserved.