Class SVGShapeProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
-
- org.kie.workbench.common.stunner.svg.gen.apt.SVGShapeProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.kie.workbench.common.stunner.svg.annotation.SVGViewFactory") @SupportedSourceVersion(RELEASE_8) public class SVGShapeProcessor extends org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
Note that current implementation only considers a single SVGViewFactory for each module.
-
-
Field Summary
Fields Modifier and Type Field Description static StringANNOTATION_SVGSHAPE_VIEW_FACTORY-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description SVGShapeProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanprocessWithExceptions(Set<? extends TypeElement> set, RoundEnvironment roundEnv)-
Methods inherited from class org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
init, process, rememberInitializationError, writeCode
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
-
-
-
-
Field Detail
-
ANNOTATION_SVGSHAPE_VIEW_FACTORY
public static final String ANNOTATION_SVGSHAPE_VIEW_FACTORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
processWithExceptions
protected boolean processWithExceptions(Set<? extends TypeElement> set, RoundEnvironment roundEnv) throws Exception
- Specified by:
processWithExceptionsin classorg.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor- Throws:
Exception
-
-