Class BatchProcessingEnvImpl

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BaseProcessingEnvImpl
org.aspectj.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.aspectj.org.eclipse.jdt.internal.apt.pluggable.core.dispatch.IdeProcessingEnvImpl
  • Field Details

  • Constructor Details

  • Method Details

    • getFileManager

      public JavaFileManager getFileManager()
    • getLocale

      public Locale getLocale()
    • shouldIgnoreOptionalProblems

      public boolean shouldIgnoreOptionalProblems(char[] fileName)