This subclass of Pathfinder searches for an object with a specific <postfix> along the path from a starting point to a stopping point. More...
Public Member Functions | |
ObjectPathfinder (ContentName startingPoint, ContentName stoppingPoint, ContentName desiredPostfix, boolean closestOnPath, boolean goneOK, int timeout, Set< ContentName > searchedPathCache, CCNHandle handle) throws IOException | |
Protected Member Functions | |
Interest | constructInterest (ContentName searchPoint) |
Separate out so subclasses can override. |
This subclass of Pathfinder searches for an object with a specific <postfix> along the path from a starting point to a stopping point.
Whereas Pathfinder places no restriction on the number or types of components that follow the <postfix>, ObjectPathfinder allows only a version and segment number.