Subclasses of the PatternMatches should provide an implementation of the specific pattern matching.
Subclasses of the PatternMatches should be set as adapters for the patterns that they match.
An implementation of {@link org.eclipse.wst.common.core.search.SearchParticipant#selectDocumentLocations()} will call { @link PatternMatcher#matches() } on the adapter on pattern matcher. An implementation of {@link org.eclipse.wst.common.core.search.SearchParticipant#locateMatches()} will call { @link PatternMatcher#locateMatches() } on the adapter on pattern matcher.
|
|