Package org.anchoranalysis.plugin.io.bean.path.derive

Implementations of DerivePath.
  • Class Summary 
    Class Description
    CollapseFileName
    Removes the file-name from a path, but keeps the directories and preserves the file-extension.
    Constant
    Always generates a constant path irrespective of the the input
    InsertRegExGroups
    Generates an out string where $digit$ is replaced with the #digit group from a regex
    JoinRegExGroups
    Generates an outstring of the form
    RemoveTrailingDirectory  
    Replace
    Generates a file-path by replacing all occurrences of a string-pattern with another
    Rooted