org.specrunner.annotator
Interface IAnnotatorFactory

All Known Subinterfaces:
IAnnotatorFactoryGroup
All Known Implementing Classes:
AnnotatorFactoryDefault, AnnotatorFactoryGroupImpl, AnnotatorFactoryImpl

public interface IAnnotatorFactory

A result annotator factory.

Author:
Thiago Santos

Method Summary
 IAnnotator newAnnotator()
          Creates an annotator.
 

Method Detail

newAnnotator

IAnnotator newAnnotator()
                        throws AnnotatorException
Creates an annotator.

Returns:
A annotator, can be a reused one or a brand new.
Throws:
AnnotatorException - On creation error.


Copyright © 2014. All rights reserved.