Class Limit
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidsetMaxNumberItems(int maxNumberItems) Transform an existing collection of files.Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderUnarycreate, getFiles, rootDirectory, setFilesMethods inherited from class org.anchoranalysis.bean.AnchorBeancheckMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
- 
Constructor Details- 
Limitpublic Limit()
 
- 
- 
Method Details- 
transformDescription copied from class:FilesProviderUnaryTransform an existing collection of files.Note that the incoming collection of files may be modified, and can no longer be used in its original form after this method call. - Specified by:
- transformin class- FilesProviderUnary
- Parameters:
- source- the incoming files (which may be consumed and modified).
- debugMode- whether we are executing in debug-mode or not
- Returns:
- the transformed (outgoing) files.
 
- 
getMaxNumberItemspublic int getMaxNumberItems()
- 
setMaxNumberItemspublic void setMaxNumberItems(int maxNumberItems) 
 
-