public class Rooted extends DerivePath
  • Constructor Details

    • Rooted

      public Rooted()
  • Method Details

    • deriveFrom

      public Path deriveFrom(Path source, boolean debugMode) throws DerivePathException
      Description copied from class: DerivePath
      Derives a new path from an existing path.
      Specified by:
      deriveFrom in class DerivePath
      Parameters:
      source - the path to derive from.
      debugMode - true if debug-mode is activated
      Returns:
      the derived path.
      Throws:
      DerivePathException - if anything goes wrong
    • getItem

      public DerivePath getItem()
    • setItem

      public void setItem(DerivePath item)
    • getRootName

      public String getRootName()
    • setRootName

      public void setRootName(String rootName)
    • isSuppressRootOut

      public boolean isSuppressRootOut()
      if true, the root is not added to the outFilePath, and the path is instead localized against the location of the BeanXML. if false, nothing is changed
    • setSuppressRootOut

      public void setSuppressRootOut(boolean suppressRootOut)
      if true, the root is not added to the outFilePath, and the path is instead localized against the location of the BeanXML. if false, nothing is changed
    • isLogPath

      public boolean isLogPath()
      if true, the pathIn and pathOut are logged. Useful for debugging
    • setLogPath

      public void setLogPath(boolean logPath)
      if true, the pathIn and pathOut are logged. Useful for debugging