Package dev.getelements.elements.rt
Interface ResourceService.Listing
- All Known Implementing Classes:
SimpleResourceServiceListing
- Enclosing interface:
ResourceService
public static interface ResourceService.Listing
Contains the association between the
Path
and ResourceId
.-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Returns thePath
of thisResourceService.Listing
Returns theResourceId
at the suppliedResourceId
.
-
Method Details
-
getPath
Path getPath()Returns thePath
of thisResourceService.Listing
- Returns:
- the
Path
-
getResourceId
ResourceId getResourceId()Returns theResourceId
at the suppliedResourceId
.- Returns:
- the
ResourceId
-