Class FilterForExistingFiles

Object
AnchorBean<FilesProvider>
FilesProvider
FilesProviderUnary
FilterForExistingFiles

public class FilterForExistingFiles extends FilesProviderUnary
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<DerivePath>
    All files need to be present
    void
    setPaths(List<DerivePath> paths)
    All files need to be present
    protected List<File>
    transform(List<File> source, boolean debugMode)
     

    Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderUnary

    create, getFiles, rootDirectory, setFiles

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • FilterForExistingFiles

      public FilterForExistingFiles()
  • Method Details

    • transform

      protected List<File> transform(List<File> source, boolean debugMode) throws FilesProviderException
      Specified by:
      transform in class FilesProviderUnary
      Throws:
      FilesProviderException
    • getPaths

      public List<DerivePath> getPaths()
      All files need to be present
    • setPaths

      public void setPaths(List<DerivePath> paths)
      All files need to be present