Class PathFromGenerator
Object
org.anchoranalysis.plugin.annotation.bean.strategy.PathFromGenerator
public class PathFromGenerator extends Object
Utility class for deriving paths from a generator.
-
Method Summary
Modifier and Type Method Description static PathderivePath(org.anchoranalysis.io.input.bean.path.DerivePath generator, Path pathForBinding)Derives a path using aDerivePathgenerator and a binding path.
-
Method Details
-
derivePath
public static Path derivePath(org.anchoranalysis.io.input.bean.path.DerivePath generator, Path pathForBinding) throws org.anchoranalysis.io.input.path.DerivePathExceptionDerives a path using aDerivePathgenerator and a binding path.
-