@ProviderType public abstract class AbstractChecksumGeneratorOptions extends Object implements ChecksumGeneratorOptions
ChecksumGenerator.| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
excludedNodeNames |
protected Set<String> |
excludedNodeTypes |
protected Set<String> |
excludedProperties |
protected Set<String> |
excludedSubTrees |
protected Set<String> |
includedNodeTypes |
protected Set<String> |
sortedProperties |
DATA, NODE_NAME_EXCLUDES, NODE_TYPE_EXCLUDES, NODES_TYPES, PATHS, PROPERTY_EXCLUDES, QUERY, QUERY_TYPE, SORTED_PROPERTIES, SUB_TREE_EXCLUDES| Constructor and Description |
|---|
AbstractChecksumGeneratorOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExcludedNodeNames(String... data) |
void |
addExcludedNodeTypes(String... data) |
void |
addExcludedProperties(String... data) |
void |
addExcludedSubTrees(String... data) |
void |
addIncludedNodeTypes(String... data) |
void |
addSortedProperties(String... data) |
Set<String> |
getExcludedNodeNames() |
Set<String> |
getExcludedNodeTypes() |
Set<String> |
getExcludedProperties() |
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() |
String |
toString() |
public void addIncludedNodeTypes(String... data)
public Set<String> getIncludedNodeTypes()
ChecksumGeneratorOptionsgetIncludedNodeTypes in interface ChecksumGeneratorOptionspublic void addExcludedNodeTypes(String... data)
public Set<String> getExcludedNodeTypes()
getExcludedNodeTypes in interface ChecksumGeneratorOptionspublic void addExcludedProperties(String... data)
public Set<String> getExcludedProperties()
getExcludedProperties in interface ChecksumGeneratorOptionspublic void addSortedProperties(String... data)
public Set<String> getSortedProperties()
getSortedProperties in interface ChecksumGeneratorOptionspublic Set<String> getExcludedNodeNames()
getExcludedNodeNames in interface ChecksumGeneratorOptionspublic void addExcludedNodeNames(String... data)
public Set<String> getExcludedSubTrees()
getExcludedSubTrees in interface ChecksumGeneratorOptionspublic void addExcludedSubTrees(String... data)
Copyright © 2013–2020 Adobe. All rights reserved.