| Package | Description |
|---|---|
| de.danielbechler.diff.node |
| Modifier and Type | Method and Description |
|---|---|
CategoryFilteringVisitor |
CategoryFilteringVisitor.exclude(String category) |
CategoryFilteringVisitor |
CategoryFilteringVisitor.include(String category) |
CategoryFilteringVisitor |
CategoryFilteringVisitor.includeAllNonExcluded(boolean value) |
CategoryFilteringVisitor |
CategoryFilteringVisitor.includeOnly(String category)
Deprecated.
This method is confusing. The name implies only nodes with the given category
will be included, but that's not the case. Instead every previously included category will
also be included. On top of that every excluded category will remain excluded. This method
will be removed in future versions until the feature is explicitly requested.
|
Copyright © 2016. All rights reserved.