Package org.jboss.test.audit.report
Class CoverageProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.jboss.test.audit.report.CoverageProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes({"org.jboss.test.audit.annotations.SpecAssertion","org.jboss.test.audit.annotations.SpecAssertions"}) @SupportedSourceVersion(RELEASE_6) @SupportedOptions({"outputDir","auditXml"}) public class CoverageProcessor extends AbstractProcessor
Annotation processor for generating TCK coverage report- Author:
- Shane Bryzak, Hardy Ferentschik
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringAUDITFILE_OPTION_KEYprotected static StringOUTDIR_OPTION_FLAG-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description CoverageProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(ProcessingEnvironment env)booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment)-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
-
-
-
-
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
-
-
Method Detail
-
init
public void init(ProcessingEnvironment env)
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment)
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
-