Class FileSetFromStringSet
Object
AnchorBean<FilesProvider>
FilesProvider
FilesProviderWithDirectory
FilesProviderWithDirectoryString
FileSetFromStringSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPaths()
matchingFilesForDirectory
(Path directory, InputManagerParameters parameters) The matching files for this provider that exist in a particular directory.void
Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithDirectoryString
getDirectory, getDirectoryAsPath, isLocalized, setDirectory, setLocalized
Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithDirectory
create, getDirectoryAsPathEnsureAbsolute, rootDirectory
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FileSetFromStringSet
public FileSetFromStringSet()
-
-
Method Details
-
matchingFilesForDirectory
Description copied from class:FilesProviderWithDirectory
The matching files for this provider that exist in a particular directory.This directory may or may not be searched recursively, depending on implementation.
- Specified by:
matchingFilesForDirectory
in classFilesProviderWithDirectory
- Parameters:
directory
- the directory.parameters
- parameters passed to anInputManager
to generate input-objects.- Returns:
- a newly created list of matching files.
-
getPaths
-
setPaths
-