org.specrunner.annotator.core
Class AnnotatorFactoryGroupImpl
java.lang.Object
org.specrunner.util.composite.core.CompositeImpl<IAnnotatorFactoryGroup,IAnnotatorFactory>
org.specrunner.annotator.core.AnnotatorFactoryGroupImpl
- All Implemented Interfaces:
- IAnnotatorFactory, IAnnotatorFactoryGroup, IComposite<IAnnotatorFactoryGroup,IAnnotatorFactory>
public class AnnotatorFactoryGroupImpl
- extends CompositeImpl<IAnnotatorFactoryGroup,IAnnotatorFactory>
- implements IAnnotatorFactoryGroup
Default annotator factory group implementation.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatorFactoryGroupImpl
public AnnotatorFactoryGroupImpl()
newAnnotator
public IAnnotator newAnnotator()
throws AnnotatorException
- Description copied from interface:
IAnnotatorFactory
- Creates an annotator.
- Specified by:
newAnnotator in interface IAnnotatorFactory
- Returns:
- A annotator, can be a reused one or a brand new.
- Throws:
AnnotatorException - On creation error.
Copyright © 2014. All rights reserved.