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