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 ProcessingEnvironment
public Filer getFiler()
getFiler
in interface ProcessingEnvironment
public Locale getLocale()
getLocale
in interface ProcessingEnvironment
public Messager getMessager()
getMessager
in interface ProcessingEnvironment
public Map<String,String> getOptions()
getOptions
in interface ProcessingEnvironment
public SourceVersion getSourceVersion()
getSourceVersion
in interface ProcessingEnvironment
public Types getTypeUtils()
getTypeUtils
in interface ProcessingEnvironment
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.