Package org.anchoranalysis.plugin.io.bean.file.namer

Implementations of FileNamer.
  • Class Summary 
    Class Description
    FromOutputName  
    IfRelativeToDirectory
    Multiplexes between two namers depending on if the relative-to-directory option is selected.
    LastDirectories
    Derives a name by taking the filename together with optionally several subdirectories names.
    NormalizedPath
    Uses the normalized path (always with forward slashes) of each file as it's descriptive-name
    RegExMatcher  
    RelativeToDirectory
    Constructs a name by finding the relative-path between the file and the input-directory.
    RemoveExtension
    Removes extensions from the identifier (but not from the file) and only if the extension hasn't already been removed upstream.
    SubsetRangeIfRequested
    If specified in the context, the existing name if subsetted according to an index range.