public class CustomChecksumGeneratorOptions extends AbstractChecksumGeneratorOptions
excludedNodeNames, excludedNodeTypes, excludedProperties, excludedSubTrees, includedNodeTypes, sortedPropertiesDATA, NODE_NAME_EXCLUDES, NODE_TYPE_EXCLUDES, NODES_TYPES, PATHS, PROPERTY_EXCLUDES, QUERY, QUERY_TYPE, SORTED_PROPERTIES, SUB_TREE_EXCLUDES| Constructor and Description |
|---|
CustomChecksumGeneratorOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExcludedNodeNames(Collection<String> col) |
void |
addExcludedNodeNames(String[] arr) |
void |
addExcludedNodeTypes(Collection<String> col) |
void |
addExcludedNodeTypes(String[] arr) |
void |
addExcludedProperties(Collection<String> col) |
void |
addExcludedProperties(String[] arr) |
void |
addExcludedSubTrees(Collection<String> col) |
void |
addExcludedSubTrees(String[] arr) |
void |
addIncludedNodeTypes(Collection<String> col) |
void |
addIncludedNodeTypes(String[] arr)
TODO: Please clarifiy the purpose of this class ...
|
void |
addSortedProperties(Collection<String> col) |
void |
addSortedProperties(String[] arr) |
getExcludedNodeNames, getExcludedNodeTypes, getExcludedProperties, getExcludedSubTrees, getIncludedNodeTypes, getSortedProperties, toStringpublic void addIncludedNodeTypes(String[] arr)
addIncludedNodeTypes in class AbstractChecksumGeneratorOptionspublic void addIncludedNodeTypes(Collection<String> col)
public void addExcludedNodeTypes(String[] arr)
addExcludedNodeTypes in class AbstractChecksumGeneratorOptionspublic void addExcludedNodeTypes(Collection<String> col)
public void addExcludedProperties(String[] arr)
addExcludedProperties in class AbstractChecksumGeneratorOptionspublic void addExcludedProperties(Collection<String> col)
public void addSortedProperties(String[] arr)
addSortedProperties in class AbstractChecksumGeneratorOptionspublic void addSortedProperties(Collection<String> col)
public void addExcludedNodeNames(String[] arr)
addExcludedNodeNames in class AbstractChecksumGeneratorOptionspublic void addExcludedNodeNames(Collection<String> col)
public void addExcludedSubTrees(String[] arr)
addExcludedSubTrees in class AbstractChecksumGeneratorOptionspublic void addExcludedSubTrees(Collection<String> col)
Copyright © 2013–2020 Adobe. All rights reserved.