API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.annotation.processing. Filer View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.10 06/08/28
Serial
Hierarchy
 Filer
Subinterfaces
Description
public interface Filer
  This interface supports the creation of new files by an annotation processor.
See also:   
Methods
Hide/Show inherited methods
public JavaFileObject createClassFile (CharSequence name, Element originatingElements) throws IOException
  Creates a new class file, and returns an object to allow writing to it.
public FileObject createResource (Location location, CharSequence pkg, CharSequence relativeName, Element originatingElements) throws IOException
  Creates a new auxiliary resource file for writing and returns a file object for it.
public JavaFileObject createSourceFile (CharSequence name, Element originatingElements) throws IOException
  Creates a new source file and returns an object to allow writing to it.
public FileObject getResource (Location location, CharSequence pkg, CharSequence relativeName) throws IOException
  Returns an object for reading an existing resource.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar