Class PathFromGenerator
Object
PathFromGenerator
Utility class for deriving paths from a generator.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Path
derivePath
(DerivePath generator, Path pathForBinding) Derives a path using aDerivePath
generator and a binding path.
-
Method Details
-
derivePath
Derives a path using aDerivePath
generator and a binding path.- Parameters:
generator
- theDerivePath
generator to use for deriving the path.pathForBinding
- thePath
to use for binding in the derivation process.- Returns:
- the derived
Path
. - Throws:
DerivePathException
- if an error occurs during path derivation.
-