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 ResourceEntry
open()
Opens aResourceEntry
for the record at the path.open
(ResourceEntry.OperationalStrategy operationalStrategy) Opens aResourceEntry
for the record at the path.
-
Method Details
-
getPath
Path getPath()Gets the actual path matched in the hierarchy.- Returns:
- the
Path
-
open
Opens aResourceEntry
for the record at the path.- Returns:
-
open
Opens aResourceEntry
for the record at the path.- Parameters:
operationalStrategy
-- Returns:
-