Interface PathIndex.Listing
- Enclosing interface:
PathIndex
public static interface PathIndex.Listing
Represents a listing of a
Path.-
Method Summary
Modifier and TypeMethodDescriptiongetPath()Gets the actual path matched in the hierarchy.default ResourceEntryopen()Opens aResourceEntryfor the record at the path.open(ResourceEntry.OperationalStrategy operationalStrategy) Opens aResourceEntryfor the record at the path.
-
Method Details
-
getPath
Path getPath()Gets the actual path matched in the hierarchy.- Returns:
- the
Path
-
open
Opens aResourceEntryfor the record at the path.- Returns:
-
open
Opens aResourceEntryfor the record at the path.- Parameters:
operationalStrategy-- Returns:
-