Modifier and Type | Method and Description |
---|---|
Paths |
build()
Builds the Paths instance.
|
Paths.Builder |
merge(String path,
VersionedPath versionedPath)
Merge the path definition into the existing path definitions.
|
Paths.Builder |
put(String path,
VersionedPath versionedPath)
Adds a Path.
|
public Paths.Builder put(String path, VersionedPath versionedPath)
path
- Path stringversionedPath
- Versioned pathpublic Paths.Builder merge(String path, VersionedPath versionedPath)
VersionedPath
at this path, then the versions will be added together.path
- Path stringversionedPath
- Versioned pathpublic Paths build()
Copyright © 2010-2018, ForgeRock All Rights Reserved.