Class RemoveTrailingDirectory

Object
AnchorBean<DerivePath>
DerivePath
RemoveTrailingDirectory

public class RemoveTrailingDirectory extends DerivePath
  • Constructor Details

    • RemoveTrailingDirectory

      public RemoveTrailingDirectory()
  • 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
    • getDerivePath

      public DerivePath getDerivePath()
    • setDerivePath

      public void setDerivePath(DerivePath derivePath)
    • getTrimTrailingDirectory

      public int getTrimTrailingDirectory()
    • setTrimTrailingDirectory

      public void setTrimTrailingDirectory(int trimTrailingDirectory)
    • getSkipFirstTrim

      public int getSkipFirstTrim()
    • setSkipFirstTrim

      public void setSkipFirstTrim(int skipFirstTrim)