Class Rooted
Object
AnchorBean<FilesProvider>
FilesProvider
FilesProviderWithoutDirectory
Rooted
public class Rooted
extends FilesProviderWithoutDirectory
Represents a set of files, with a different path-root depending on context.
Note the path-root refers a prefix applied to each path e.g. /a/b/c, not just the
"c:\" or similar part that Java-s Path class refers to as a root.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InputManagerParameters parameters) FilesProviderWithDirectorygetFiles()booleanvoidsetDisableDebugMode(boolean disableDebugMode) voidsetFiles(FilesProviderWithDirectory files) voidsetRootName(String rootName) Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithoutDirectory
rootDirectoryMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Rooted
public Rooted()
-
-
Method Details
-
create
-
getFiles
public FilesProviderWithDirectory getFiles() -
setFiles
public void setFiles(FilesProviderWithDirectory files) -
getRootName
-
setRootName
-
isDisableDebugMode
public boolean isDisableDebugMode() -
setDisableDebugMode
public void setDisableDebugMode(boolean disableDebugMode)
-