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 thePathof thisResourceService.ListingReturns theResourceIdat the suppliedResourceId.
-
Method Details
-
getPath
Path getPath()Returns thePathof thisResourceService.Listing- Returns:
- the
Path
-
getResourceId
ResourceId getResourceId()Returns theResourceIdat the suppliedResourceId.- Returns:
- the
ResourceId
-