public final class Paths extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Paths.Builder
Builder to help construct the Paths.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
VersionedPath |
get(String name)
Gets the Path for a given Path-name.
|
Set<String> |
getNames()
Returns all Path names.
|
protected Map<String,VersionedPath> |
getPaths()
Gets a
Map of path-names to Paths. |
int |
hashCode() |
static Paths.Builder |
paths()
Create a new Builder for Paths.
|
protected Map<String,VersionedPath> getPaths()
Map
of path-names to Paths. This method is currently only used for JSON serialization.Map
of path-names to Paths.public VersionedPath get(String name)
name
- Path namenull
if does-not-exist.public static Paths.Builder paths()
Copyright © 2010-2018, ForgeRock All Rights Reserved.