Class FilesProviderWithoutDirectory
- Direct Known Subclasses:
Combine,FromAnnotations,Rooted
Base class for implementations of
FilesProvider which do not have an associated
directory.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrootDirectory(InputContextParameters inputContext) A root directory for these files, if it exists.Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProvider
createMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FilesProviderWithoutDirectory
public FilesProviderWithoutDirectory()
-
-
Method Details
-
rootDirectory
Description copied from class:FilesProviderA root directory for these files, if it exists.Any file that is part of the collection returned by this provider, must exist inside this directory (either directly or in any nested subdirectories).
- Specified by:
rootDirectoryin classFilesProvider- Parameters:
inputContext- the input-context.- Returns:
- a path to this directory.
-