Class SampleWithDirectory

Object
AnchorBean<FilesProvider>
FilesProvider
FilesProviderWithDirectory
FilesProviderWithDirectoryUnary
SampleWithDirectory

public class SampleWithDirectory extends FilesProviderWithDirectoryUnary
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setSampleEvery(int sampleEvery)
     
    protected List<File>
    transform(List<File> source)
     

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

    getDirectoryAsPath, getFiles, matchingFilesForDirectory, setFiles

    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

    Methods inherited from class java.lang.Object

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

    • SampleWithDirectory

      public SampleWithDirectory()
  • Method Details

    • transform

      protected List<File> transform(List<File> source) throws FilesProviderException
      Specified by:
      transform in class FilesProviderWithDirectoryUnary
      Throws:
      FilesProviderException
    • getSampleEvery

      public int getSampleEvery()
    • setSampleEvery

      public void setSampleEvery(int sampleEvery)