public class ReferencePathMatcherNot extends Object implements ReferencePathMatcher
| Constructor and Description |
|---|
ReferencePathMatcherNot(ReferencePathMatcher referencePathMatcher)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMatchChildren(ReferencePath referencePath)
Verifies if the ReferencePathMatcherNot can potentially match children of a
ReferencePath.
|
ReferencePathMatcher |
getReferencePathMatcher() |
boolean |
matches(ReferencePath referencePath)
Verifies if the ReferencePathMatcherNot matches a ReferencePath.
|
void |
setReferencePathMatcher(ReferencePathMatcher referencePathMatcher) |
public ReferencePathMatcherNot(ReferencePathMatcher referencePathMatcher)
referencePathMatcher - ReferencePathMatcher.public ReferencePathMatcher getReferencePathMatcher()
public void setReferencePathMatcher(ReferencePathMatcher referencePathMatcher)
referencePathMatcher - ReferencePathMatcher.public boolean matches(ReferencePath referencePath)
matches in interface ReferencePathMatcherreferencePath - ReferencePath.public boolean canMatchChildren(ReferencePath referencePath)
canMatchChildren in interface ReferencePathMatcherreferencePath - ReferencePath.Copyright © 2015–2017 AZYVA INC.. All rights reserved.