Uses of Interface
org.specrunner.annotator.IAnnotator

Packages that use IAnnotator
org.specrunner.annotator   
org.specrunner.annotator.core   
org.specrunner.core.pipes   
 

Uses of IAnnotator in org.specrunner.annotator
 

Subinterfaces of IAnnotator in org.specrunner.annotator
 interface IAnnotatorGroup
          A group of annotators.
 

Methods in org.specrunner.annotator that return IAnnotator
 IAnnotator IAnnotatorFactory.newAnnotator()
          Creates an annotator.
 

Uses of IAnnotator in org.specrunner.annotator.core
 

Classes in org.specrunner.annotator.core that implement IAnnotator
 class AnnotatorCssActionType
          Add CSS style related to action type.
 class AnnotatorCssStatus
          Add CSS style related to result status.
 class AnnotatorGroupImpl
          Default annotator group implementation.
 class AnnotatorLink
          Add a anchor link (relative) to errors.
 class AnnotatorStacktrace
          Add stack traces to nodes with errors.
 class AnnotatorTitle
          Add/Append title with result information.
 

Fields in org.specrunner.annotator.core declared as IAnnotator
protected  IAnnotator AnnotatorFactoryImpl.annotator
          Reused annotator.
 

Methods in org.specrunner.annotator.core that return IAnnotator
 IAnnotator AnnotatorFactoryImpl.getAnnotator()
          Gets the annotator.
 IAnnotator AnnotatorFactoryImpl.newAnnotator()
           
 IAnnotator AnnotatorFactoryGroupImpl.newAnnotator()
           
 

Methods in org.specrunner.annotator.core with parameters of type IAnnotator
 void AnnotatorFactoryImpl.setAnnotator(IAnnotator annotator)
          Set the annotator.
 

Constructors in org.specrunner.annotator.core with parameters of type IAnnotator
AnnotatorFactoryImpl(IAnnotator annotator)
          Creates a new annotator factory.
 

Uses of IAnnotator in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that return IAnnotator
protected  IAnnotator PipeAnnotator.createAnnotator()
          Creates an annotator instance.
static IAnnotator PipeAnnotator.lookup(IChannel channel)
          Look for the object into the channel.
 

Methods in org.specrunner.core.pipes with parameters of type IAnnotator
static IChannel PipeAnnotator.bind(IChannel channel, IAnnotator obj)
          Bind the object to the channel.
 



Copyright © 2014. All rights reserved.