Package org.forgerock.json.resource
Class ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
- java.lang.Object
-
- org.forgerock.json.resource.ResourceApiVersionSpecificationFilter.ResourcePathAndVersion
-
- Enclosing class:
- ResourceApiVersionSpecificationFilter
public static class ResourceApiVersionSpecificationFilter.ResourcePathAndVersion extends Object
Class representing a mapping between aResourcePath
and aVersion
.
-
-
Constructor Summary
Constructors Constructor Description ResourcePathAndVersion(ResourcePath resourcePath, Version version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePath
getResourcePath()
Get theResourcePath
to match.Version
getVersion()
Get theVersion
corresponding to theresourcePath
.
-
-
-
Constructor Detail
-
ResourcePathAndVersion
public ResourcePathAndVersion(ResourcePath resourcePath, Version version)
- Parameters:
resourcePath
- theResourcePath
to matchversion
- theVersion
corresponding to theresourcePath
-
-
Method Detail
-
getResourcePath
public ResourcePath getResourcePath()
Get theResourcePath
to match.- Returns:
- the
ResourcePath
-
-