Uses of Class
org.anchoranalysis.io.input.file.FilesProviderException
| Package | Description |
|---|---|
| org.anchoranalysis.io.input.bean.files |
Methods to provide a collection of
Files. |
-
Uses of FilesProviderException in org.anchoranalysis.io.input.bean.files
Methods in org.anchoranalysis.io.input.bean.files that throw FilesProviderException Modifier and Type Method Description abstract List<File>FilesProvider. create(InputManagerParameters parameters)Creates or provides a list of files.List<File>FilesProviderUnary. create(InputManagerParameters parameters)List<File>FilesProviderWithDirectory. create(InputManagerParameters parameters)List<File>SpecificPathList. create(InputManagerParameters parameters)abstract List<File>FilesProviderWithDirectory. matchingFilesForDirectory(Path directory, InputManagerParameters parameters)The matching files for this provider that exist in a particular directory.List<File>FilesProviderWithDirectoryUnary. matchingFilesForDirectory(Path directory, InputManagerParameters parameters)List<File>SearchDirectory. matchingFilesForDirectory(Path directory, InputManagerParameters parameters)abstract Optional<Path>FilesProvider. rootDirectory(InputContextParameters inputContext)A root directory for these files, if it exists.Optional<Path>FilesProviderUnary. rootDirectory(InputContextParameters inputContext)Optional<Path>SpecificPathList. rootDirectory(InputContextParameters inputContext)protected abstract List<File>FilesProviderUnary. transform(List<File> source, boolean debugMode)Transform an existing collection of files.protected abstract List<File>FilesProviderWithDirectoryUnary. transform(List<File> source)Transform an existing collection of files.