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)
@SupportedOptions(value={"outputDir","auditXml"})
public class CoverageProcessor
extends AbstractProcessor

Annotation processor for generating TCK coverage report

Author:
Shane Bryzak, Hardy Ferentschik

Field Summary
protected static String AUDITFILE_OPTION_KEY
           
protected static String OUTDIR_OPTION_FLAG
           
 
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
 

Field Detail

OUTDIR_OPTION_FLAG

protected static final String OUTDIR_OPTION_FLAG
See Also:
Constant Field Values

AUDITFILE_OPTION_KEY

protected static final String AUDITFILE_OPTION_KEY
See Also:
Constant Field Values
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-2013. All Rights Reserved.