Class FromAnnotations<T extends AnnotatorStrategy>
- Type Parameters:
 T- the type ofAnnotatorStrategyused.
Provides files associated with annotations.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(InputManagerParameters parameters) Creates or provides a list of files.The annotation input manager.voidsetAnnotations(AnnotationInputManager<NamedChannelsInputPart, T> annotations) The annotation input manager.Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithoutDirectory
rootDirectoryMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString 
- 
Constructor Details
- 
FromAnnotations
public FromAnnotations() 
 - 
 - 
Method Details
- 
create
Description copied from class:FilesProviderCreates or provides a list of files.- Specified by:
 createin classFilesProvider- Parameters:
 parameters- parameters influencing how input-files are obtained.- Returns:
 - the list of files from the provider
 - Throws:
 FilesProviderException- if list of files cannot be successfully established.
 - 
getAnnotations
The annotation input manager. - 
setAnnotations
The annotation input manager. 
 -