Package org.forgerock.json.resource
Class ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
java.lang.Object
org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
- Enclosing class:
- ResourceApiVersionSpecificationFilter
Class representing a mapping between a
ResourcePath and a Version.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet theResourcePathto match.Get theVersioncorresponding to theresourcePath.
-
Constructor Details
-
ResourcePathAndVersion
- Parameters:
resourcePath- theResourcePathto matchversion- theVersioncorresponding to theresourcePath
-
-
Method Details
-
getResourcePath
Get theResourcePathto match.- Returns:
- the
ResourcePath
-
getVersion
Get theVersioncorresponding to theresourcePath.- Returns:
- the corresponding
Version
-