org.jboss.test.audit.report
Class CoverageProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by org.jboss.test.audit.report.CoverageProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes(value={"org.jboss.test.audit.annotations.SpecAssertion","org.jboss.test.audit.annotations.SpecAssertions"})
@SupportedSourceVersion(value=RELEASE_6)
public class CoverageProcessor
extends AbstractProcessor

Annotation processor for generating TCK coverage report

Author:
Shane Bryzak, Hardy Ferentschik

Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
CoverageProcessor()
           
 
Method Summary
 void init(ProcessingEnvironment env)
           
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageProcessor

public CoverageProcessor()
Method Detail

init

public void init(ProcessingEnvironment env)
Specified by:
init in interface Processor
Overrides:
init in class AbstractProcessor

process

public boolean process(Set<? extends TypeElement> annotations,
                       RoundEnvironment roundEnvironment)
Specified by:
process in interface Processor
Specified by:
process in class AbstractProcessor


Copyright © 2009-2012. All Rights Reserved.