Class Rooted
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) Creates or provides a list of files.getFiles()
boolean
void
setDisableDebugMode
(boolean disableDebugMode) void
void
setRootName
(String rootName) Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithoutDirectory
rootDirectory
Methods 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
Description copied from class:FilesProvider
Creates or provides a list of files.- Specified by:
create
in classFilesProvider
- Parameters:
parameters
- parameters influencing how input-files are obtained.- Returns:
- the list of files from the provider
- Throws:
FilesProviderException
- if list of files cannot be successfully established.
-
getFiles
-
setFiles
-
getRootName
-
setRootName
-
isDisableDebugMode
public boolean isDisableDebugMode() -
setDisableDebugMode
public void setDisableDebugMode(boolean disableDebugMode)
-