Class PathFromGenerator

Object
org.anchoranalysis.plugin.annotation.bean.strategy.PathFromGenerator

public class PathFromGenerator
extends Object
Utility class for deriving paths from a generator.
  • Method Details

    • derivePath

      public static Path derivePath​(org.anchoranalysis.io.input.bean.path.DerivePath generator, Path pathForBinding) throws org.anchoranalysis.io.input.path.DerivePathException
      Derives a path using a DerivePath generator and a binding path.
      Parameters:
      generator - the DerivePath generator to use for deriving the path.
      pathForBinding - the Path to use for binding in the derivation process.
      Returns:
      the derived Path.
      Throws:
      org.anchoranalysis.io.input.path.DerivePathException - if an error occurs during path derivation.