public abstract class AbstractRepositoryAnnotator extends Object implements RepositoryAnnotator
ANNOTATOR_PREFIX| Constructor and Description |
|---|
AbstractRepositoryAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Entity> |
annotate(Iterator<Entity> sourceIterable) |
String |
canAnnotate(EntityType repoMetaData)
Returns null if the annotator will work for the given metadata, a reason if not so
|
String |
getDescription() |
String |
getFullName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotate, annotate, annotationDataExists, createAnnotatorAttributes, getCmdLineAnnotatorSettingsConfigurer, getInfo, getOutputAttributes, getRequiredAttributes, getSimpleNamepublic String canAnnotate(EntityType repoMetaData)
RepositoryAnnotatorcanAnnotate in interface RepositoryAnnotatorpublic Iterator<Entity> annotate(Iterator<Entity> sourceIterable)
annotate in interface RepositoryAnnotatorpublic String getFullName()
getFullName in interface RepositoryAnnotatorpublic String getDescription()
getDescription in interface RepositoryAnnotatorCopyright © 2017. All rights reserved.