Package org.anchoranalysis.plugin.io.bean.file.path.prefixer


package org.anchoranalysis.plugin.io.bean.file.path.prefixer
Implementations of PathPrefixer.
  • Classes
    Class
    Description
    Reuses the directories between a path and its root to form the output - and also the filename.
    The prefixer uses a combination of a out-path-prefix and the descriptive-name of inputs to create an output prefix.
     
    Multiplexes between two PathPrefixers depending on whether an incrementing number sequence was output was requested.
    Looks for the last directory-name, and removes it in favour of using it as a prefix on a filename
    Matches a regex against incoming file-paths to form a prefix for output
    Prepend a 'root' before the file-path-prefix obtained from a delegate