Class HomeSubdirectory
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer>
org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer
org.anchoranalysis.plugin.io.bean.file.path.prefixer.HomeSubdirectory
public class HomeSubdirectory
extends org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer
-
Constructor Summary
Constructors Constructor Description HomeSubdirectory() -
Method Summary
Modifier and Type Method Description StringgetDirectory()A relative-path (to the user home directory) which is used as an output directoryorg.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefixoutFilePrefix(org.anchoranalysis.io.output.path.prefixer.NamedPath path, Optional<String> expName, org.anchoranalysis.io.output.path.prefixer.PathPrefixerContext context)org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefixrootDirectoryPrefix(Optional<String> expName, org.anchoranalysis.io.output.path.prefixer.PathPrefixerContext context)voidsetDirectory(String directory)A relative-path (to the user home directory) which is used as an output directoryMethods inherited from class org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer
resolvePath, resolvePath
-
Constructor Details
-
HomeSubdirectory
public HomeSubdirectory()
-
-
Method Details
-
outFilePrefix
public org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix outFilePrefix(org.anchoranalysis.io.output.path.prefixer.NamedPath path, Optional<String> expName, org.anchoranalysis.io.output.path.prefixer.PathPrefixerContext context) throws org.anchoranalysis.io.output.path.prefixer.PathPrefixerException- Specified by:
outFilePrefixin classorg.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer- Throws:
org.anchoranalysis.io.output.path.prefixer.PathPrefixerException
-
rootDirectoryPrefix
public org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix rootDirectoryPrefix(Optional<String> expName, org.anchoranalysis.io.output.path.prefixer.PathPrefixerContext context) throws org.anchoranalysis.io.output.path.prefixer.PathPrefixerException- Specified by:
rootDirectoryPrefixin classorg.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer- Throws:
org.anchoranalysis.io.output.path.prefixer.PathPrefixerException
-
getDirectory
A relative-path (to the user home directory) which is used as an output directory -
setDirectory
A relative-path (to the user home directory) which is used as an output directory
-