Class WorkbenchPreferenceProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
-
- org.uberfire.ext.preferences.processors.WorkbenchPreferenceProcessor
-
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("org.uberfire.preferences.shared.annotations.WorkbenchPreference") @SupportedSourceVersion(RELEASE_8) public class WorkbenchPreferenceProcessor extends org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
Processor forWorkbenchPreferenceand related annotations
-
-
Field Summary
Fields Modifier and Type Field Description static StringWORKBENCH_PREFERENCE-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description WorkbenchPreferenceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocessWithExceptions(Set<? extends TypeElement> annotations, 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
-
WORKBENCH_PREFERENCE
public static final String WORKBENCH_PREFERENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
processWithExceptions
public boolean processWithExceptions(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) throws IOException
- Specified by:
processWithExceptionsin classorg.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor- Throws:
IOException
-
-