org.eclipse.jdt.internal.compiler.apt.dispatch
Class BatchProcessingEnvImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
org.eclipse.jdt.internal.compiler.apt.dispatch.BatchProcessingEnvImpl
- All Implemented Interfaces:
- ProcessingEnvironment
public class BatchProcessingEnvImpl
- extends BaseProcessingEnvImpl
The implementation of ProcessingEnvironment that is used when compilation is
driven by the command line or by the Tool interface. This environment uses
the JavaFileManager provided by the compiler.
- See Also:
org.eclipse.jdt.internal.apt.pluggable.core.dispatch.IdeProcessingEnvImpl
Methods inherited from class org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl |
addNewClassFile, addNewUnit, errorRaised, getCompiler, getDeletedUnits, getElementUtils, getFactory, getFiler, getLookupEnvironment, getMessager, getNewClassFiles, getNewUnits, getOptions, getSourceVersion, getTypeUtils, reset, setErrorRaised |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_dispatchManager
protected final BaseAnnotationProcessorManager _dispatchManager
_fileManager
protected final JavaFileManager _fileManager
_compilerOwner
protected final Main _compilerOwner
BatchProcessingEnvImpl
public BatchProcessingEnvImpl(BaseAnnotationProcessorManager dispatchManager,
Main batchCompiler,
String[] commandLineArguments)
getFileManager
public JavaFileManager getFileManager()
getLocale
public Locale getLocale()
Copyright © 2012. All Rights Reserved.