API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. ForwardingJavaFileManager View Source
Author(s)
Peter von der Ahé
Since
1.6
Version
Serial
Hierarchy
 Object
      ForwardingJavaFileManager
Implements
 JavaFileManager
Subclasses
Description
public class ForwardingJavaFileManager
  Forwards calls to a given file manager.
See also:   
Constructors
protected ForwardingJavaFileManager ( M fileManager)
  Creates a new instance of ForwardingJavaFileManager.
Methods
Hide/Show inherited methods
public void close () throws IOException [Specified in JavaFileManager]
public void flush () throws IOException [Specified in JavaFileManager]
public ClassLoader getClassLoader (Location location) [Specified in JavaFileManager]
 
public FileObject getFileForInput (Location location, String packageName, String relativeName) throws IOException [Specified in JavaFileManager]
 
public FileObject getFileForOutput (Location location, String packageName, String relativeName, FileObject sibling) throws IOException [Specified in JavaFileManager]
 
public JavaFileObject getJavaFileForInput (Location location, String className, Kind kind) throws IOException [Specified in JavaFileManager]
 
public JavaFileObject getJavaFileForOutput (Location location, String className, Kind kind, FileObject sibling) throws IOException [Specified in JavaFileManager]
 
public boolean handleOption (String current, Iterator<String> remaining) [Specified in JavaFileManager]
 
public boolean hasLocation (Location location) [Specified in JavaFileManager]
public String inferBinaryName (Location location, JavaFileObject file) [Specified in JavaFileManager]
 
public boolean isSameFile (FileObject a, FileObject b) [Specified in JavaFileManager]
 
public int isSupportedOption (String option)
public Iterable<JavaFileObject> list (Location location, String packageName, Set<Kind> kinds, boolean recurse) throws IOException [Specified in JavaFileManager]
 
Fields
Hide/Show inherited fields
protectedfinal M fileManager
The file manager which all methods are delegated to.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar