Class FromAnnotations<T extends AnnotatorStrategy>
Object
AnchorBean<FilesProvider>
FilesProvider
FilesProviderWithoutDirectory
FromAnnotations<T>
- Type Parameters:
T- the type ofAnnotatorStrategyused.
public class FromAnnotations<T extends AnnotatorStrategy>
extends FilesProviderWithoutDirectory
Provides files associated with annotations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InputManagerParameters parameters) AnnotationInputManager<NamedChannelsInputPart, T> 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
-
getAnnotations
The annotation input manager. -
setAnnotations
The annotation input manager.
-