public class EclipseWorkaroundProcessingEnvironment extends Object implements ProcessingEnvironment
| Constructor and Description |
|---|
EclipseWorkaroundProcessingEnvironment(ProcessingEnvironment realImpl) |
| Modifier and Type | Method and Description |
|---|---|
Elements |
getElementUtils() |
Filer |
getFiler() |
Locale |
getLocale() |
Messager |
getMessager() |
Map<String,String> |
getOptions() |
SourceVersion |
getSourceVersion() |
Types |
getTypeUtils() |
public EclipseWorkaroundProcessingEnvironment(ProcessingEnvironment realImpl)
public Elements getElementUtils()
getElementUtils in interface ProcessingEnvironmentpublic Filer getFiler()
getFiler in interface ProcessingEnvironmentpublic Locale getLocale()
getLocale in interface ProcessingEnvironmentpublic Messager getMessager()
getMessager in interface ProcessingEnvironmentpublic Map<String,String> getOptions()
getOptions in interface ProcessingEnvironmentpublic SourceVersion getSourceVersion()
getSourceVersion in interface ProcessingEnvironmentpublic Types getTypeUtils()
getTypeUtils in interface ProcessingEnvironmentCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.