Class SampleWithDirectory
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.FilesProviderWithDirectory
org.anchoranalysis.io.input.bean.files.FilesProviderWithDirectoryUnary
org.anchoranalysis.plugin.io.bean.file.provider.SampleWithDirectory
public class SampleWithDirectory
extends org.anchoranalysis.io.input.bean.files.FilesProviderWithDirectoryUnary
-
Constructor Summary
Constructors Constructor Description SampleWithDirectory() -
Method Summary
Modifier and Type Method Description intgetSampleEvery()voidsetSampleEvery(int sampleEvery)protected List<File>transform(List<File> source)Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithDirectoryUnary
getDirectoryAsPath, getFiles, matchingFilesForDirectory, setFilesMethods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithDirectory
create, getDirectoryAsPathEnsureAbsolute, rootDirectory
-
Constructor Details
-
SampleWithDirectory
public SampleWithDirectory()
-
-
Method Details
-
transform
protected List<File> transform(List<File> source) throws org.anchoranalysis.io.input.file.FilesProviderException- Specified by:
transformin classorg.anchoranalysis.io.input.bean.files.FilesProviderWithDirectoryUnary- Throws:
org.anchoranalysis.io.input.file.FilesProviderException
-
getSampleEvery
public int getSampleEvery() -
setSampleEvery
public void setSampleEvery(int sampleEvery)
-