public class ReferencePathMatcherAnd extends Object implements ReferencePathMatcher
| Constructor and Description |
|---|
ReferencePathMatcherAnd()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReferencePathMatcher(ReferencePathMatcher referencePathMatcher)
Adds a ReferencePathMatcher to the List.
|
boolean |
canMatchChildren(ReferencePath referencePath)
Verifies if the ReferencePathMatcherAnd can potentially match children of a
ReferencePath.
|
List<ReferencePathMatcher> |
getListReferencePathMatcher()
Returns the List of ReferencePathMatcher's.
|
boolean |
matches(ReferencePath referencePath)
Verifies if a ReferencePathMatcherAnd matches a ReferencePath.
|
public List<ReferencePathMatcher> getListReferencePathMatcher()
public void addReferencePathMatcher(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.