Class Limit
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.file.provider.Limit
public class Limit
extends org.anchoranalysis.io.input.bean.files.FilesProviderUnary
-
Constructor Summary
Constructors Constructor Description Limit() -
Method Summary
Modifier and Type Method Description intgetMaxNumberItems()voidsetMaxNumberItems(int maxNumberItems)protected 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
-
Limit
public Limit()
-
-
Method Details
-
transform
- Specified by:
transformin classorg.anchoranalysis.io.input.bean.files.FilesProviderUnary
-
getMaxNumberItems
public int getMaxNumberItems() -
setMaxNumberItems
public void setMaxNumberItems(int maxNumberItems)
-