ostore.tapestry.api
Class TapestryQueryResultMatch
java.lang.Object
|
+--ostore.tapestry.api.TapestryQueryResultMatch
- All Implemented Interfaces:
- TapestryQueryResult
- public class TapestryQueryResultMatch
- extends Object
- implements TapestryQueryResult
A result indicating that the given Tapestry tag (and possibly others)
satisfy the given query.
- See Also:
TapestryQuery
Method Summary |
SecureHash[] |
matches()
A list of backpointers to follow. |
boolean |
stop()
Whether the location operation should stop or continue up the tree. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapestryQueryResultMatch
public TapestryQueryResultMatch(SecureHash[] matches,
boolean stop)
- Construct according to the given fields.
matches
public SecureHash[] matches()
- A list of backpointers to follow.
stop
public boolean stop()
- Whether the location operation should stop or continue up the tree.