Class FilterForExistingFiles
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.io.input.bean.files.FilesProvider>
org.anchoranalysis.io.input.bean.files.FilesProvider
org.anchoranalysis.io.input.bean.files.FilesProviderUnary
org.anchoranalysis.plugin.io.bean.input.files.provider.FilterForExistingFiles
public class FilterForExistingFiles
extends org.anchoranalysis.io.input.bean.files.FilesProviderUnary
-
Constructor Summary
Constructors Constructor Description FilterForExistingFiles() -
Method Summary
Modifier and Type Method Description List<org.anchoranalysis.io.input.bean.path.DerivePath>getPaths()All files need to be presentvoidsetPaths(List<org.anchoranalysis.io.input.bean.path.DerivePath> paths)All files need to be presentprotected List<File>transform(List<File> source, boolean debugMode)Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderUnary
create, getFiles, rootDirectory, setFiles
-
Constructor Details
-
FilterForExistingFiles
public FilterForExistingFiles()
-
-
Method Details
-
transform
protected List<File> transform(List<File> source, boolean debugMode) throws org.anchoranalysis.io.input.file.FilesProviderException- Specified by:
transformin classorg.anchoranalysis.io.input.bean.files.FilesProviderUnary- Throws:
org.anchoranalysis.io.input.file.FilesProviderException
-
getPaths
All files need to be present -
setPaths
All files need to be present
-