Class FromAnnotations<T extends AnnotatorStrategy>
- Type Parameters:
T
- the type ofAnnotatorStrategy
used.
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.void
setAnnotations
(AnnotationInputManager<NamedChannelsInputPart, T> annotations) The annotation input manager.Methods inherited from class org.anchoranalysis.io.input.bean.files.FilesProviderWithoutDirectory
rootDirectory
Methods 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:FilesProvider
Creates or provides a list of files.- Specified by:
create
in 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.
-