org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Class AjBatchFilerImpl

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
      extended by org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.AjBatchFilerImpl
All Implemented Interfaces:
javax.annotation.processing.Filer

public final class AjBatchFilerImpl
extends BatchFilerImpl


Field Summary
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
_createdFiles, _dispatchManager, _env, _fileManager
 
Constructor Summary
AjBatchFilerImpl(BaseAnnotationProcessorManager dispatchManager, BatchProcessingEnvImpl env)
           
 
Method Summary
 javax.tools.FileObject createResource(javax.tools.JavaFileManager.Location location, java.lang.CharSequence pkg, java.lang.CharSequence relativeName, javax.lang.model.element.Element... originatingElements)
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch.BatchFilerImpl
addNewClassFile, addNewUnit, createClassFile, createSourceFile, getResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjBatchFilerImpl

public AjBatchFilerImpl(BaseAnnotationProcessorManager dispatchManager,
                        BatchProcessingEnvImpl env)
Method Detail

createResource

public javax.tools.FileObject createResource(javax.tools.JavaFileManager.Location location,
                                             java.lang.CharSequence pkg,
                                             java.lang.CharSequence relativeName,
                                             javax.lang.model.element.Element... originatingElements)
                                      throws java.io.IOException
Specified by:
createResource in interface javax.annotation.processing.Filer
Overrides:
createResource in class BatchFilerImpl
Throws:
java.io.IOException