Class HomeSubdirectory

Object
AnchorBean<PathPrefixer>
PathPrefixer
HomeSubdirectory

public class HomeSubdirectory extends PathPrefixer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    A relative-path (to the user home directory) which is used as an output directory
    DirectoryWithPrefix
    outFilePrefix(NamedPath path, Optional<String> expName, PathPrefixerContext context)
     
    DirectoryWithPrefix
    rootDirectoryPrefix(Optional<String> expName, PathPrefixerContext context)
     
    void
    setDirectory(String directory)
    A relative-path (to the user home directory) which is used as an output directory

    Methods inherited from class org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer

    resolvePath, resolvePath

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HomeSubdirectory

      public HomeSubdirectory()
  • Method Details

    • outFilePrefix

      public DirectoryWithPrefix outFilePrefix(NamedPath path, Optional<String> expName, PathPrefixerContext context) throws PathPrefixerException
      Specified by:
      outFilePrefix in class PathPrefixer
      Throws:
      PathPrefixerException
    • rootDirectoryPrefix

      public DirectoryWithPrefix rootDirectoryPrefix(Optional<String> expName, PathPrefixerContext context) throws PathPrefixerException
      Specified by:
      rootDirectoryPrefix in class PathPrefixer
      Throws:
      PathPrefixerException
    • getDirectory

      public String getDirectory()
      A relative-path (to the user home directory) which is used as an output directory
    • setDirectory

      public void setDirectory(String directory)
      A relative-path (to the user home directory) which is used as an output directory