|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.annotator.core.AnnotatorFactoryImpl
public class AnnotatorFactoryImpl
Default factory implementation.
| Field Summary | |
|---|---|
protected IAnnotator |
annotator
Reused annotator. |
| Constructor Summary | |
|---|---|
AnnotatorFactoryImpl(IAnnotator annotator)
Creates a new annotator factory. |
|
| Method Summary | |
|---|---|
IAnnotator |
getAnnotator()
Gets the annotator. |
IAnnotator |
newAnnotator()
Creates an annotator. |
void |
setAnnotator(IAnnotator annotator)
Set the annotator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IAnnotator annotator
| Constructor Detail |
|---|
public AnnotatorFactoryImpl(IAnnotator annotator)
annotator - The annotator.| Method Detail |
|---|
public IAnnotator getAnnotator()
public void setAnnotator(IAnnotator annotator)
annotator - The annotator.
public IAnnotator newAnnotator()
throws AnnotatorException
IAnnotatorFactory
newAnnotator in interface IAnnotatorFactoryAnnotatorException - On creation error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||