Class LimitWithDirectory
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.LimitWithDirectory
public class LimitWithDirectory
extends org.anchoranalysis.io.input.bean.files.FilesProviderWithDirectoryUnary
-
Constructor Summary
Constructors Constructor Description LimitWithDirectory() -
Method Summary
Modifier and Type Method Description intgetMaxNumItems()voidsetMaxNumItems(int maxNumItems)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
-
LimitWithDirectory
public LimitWithDirectory()
-
-
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
-
getMaxNumItems
public int getMaxNumItems() -
setMaxNumItems
public void setMaxNumItems(int maxNumItems)
-