-
-
Class Summary
| Class |
Description |
| LocationMatchingStrategy |
This implementation of a matching strategy will only use String equality on the resource URIs to try and
find resource mappings.
|
| NameMatchingStrategy |
This implementation of a matching strategy will only use String equality on the resource names to try and
find resource mappings.
|
| NameSimilarityMatchingStrategy |
This implementation of a matching strategy will try and determine the resource mappings through the
similarity of their names.
|
| RootIDMatchingStrategy |
This implementation of a matching strategy checks for the IDs of the resources' roots, and consider that
resources match if the identifiers of their roots do.
|
| StrategyResourceMatcher |
|