public class InternalTopicRefMatcher extends Object implements TMObjectMatcherIF
Modifier and Type | Field and Description |
---|---|
protected String |
relativeUri |
Constructor and Description |
---|
InternalTopicRefMatcher(String relativeUri)
INTERNAL: Creates a new InternalTopicRefMatcher.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(TMObjectMatcherIF object)
INTERNAL: Returns true if this object equals the given parameter.
|
String |
getRelativeURI()
INTERNAL: Returns the relative URI which will be used for matching.
|
boolean |
matches(TMObjectIF object)
INTERNAL: Returns true if this object is matched by the matcher.
|
String |
toString() |
protected String relativeUri
public InternalTopicRefMatcher(String relativeUri)
relativeUri
- The URI used for matching.public String getRelativeURI()
public boolean matches(TMObjectIF object)
TMObjectMatcherIF
matches
in interface TMObjectMatcherIF
public boolean equals(TMObjectMatcherIF object)
TMObjectMatcherIF
equals
in interface TMObjectMatcherIF