Class Rooted
Object
AnchorBean<PathPrefixer>
PathPrefixer
Rooted
public class Rooted
extends PathPrefixer
Prepend a 'root' before the file-path-prefix obtained from a delegate
A root is a path that is mapped via a unique-name in a settings file to a directory
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPathPrefixerAvoidResolveThe name of the root-path to associate with this fileset.DirectoryWithPrefixoutFilePrefix(NamedPath path, Optional<String> experimentName, PathPrefixerContext context) DirectoryWithPrefixrootDirectoryPrefix(Optional<String> expName, PathPrefixerContext context) voidsetPrefixer(PathPrefixerAvoidResolve prefixer) voidsetRootName(String rootName) The name of the root-path to associate with this fileset.Methods inherited from class org.anchoranalysis.io.output.bean.path.prefixer.PathPrefixer
resolvePath, resolvePathMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Rooted
public Rooted() -
Rooted
Creates a newRootedinstance.- Parameters:
prefixer-rootName- The name of the root-path to associate with this fileset.
-
-
Method Details
-
outFilePrefix
-
rootDirectoryPrefix
-
getPrefixer
public PathPrefixerAvoidResolve getPrefixer() -
setPrefixer
public void setPrefixer(PathPrefixerAvoidResolve prefixer) -
getRootName
The name of the root-path to associate with this fileset. -
setRootName
The name of the root-path to associate with this fileset.
-