API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. StandardJavaFileManager View Source
Author(s)
Peter von der Ahé
Since
1.6
Version
Serial
Hierarchy
 Closeable
      JavaFileManager
          StandardJavaFileManager
Subinterfaces
Description
public interface StandardJavaFileManager
  File manager based on java.io.File.
See also:   
Methods
Hide/Show inherited methods
public Iterable<JavaFileObject> getJavaFileObjects (File files)
  Gets file objects representing the given files.
public Iterable<JavaFileObject> getJavaFileObjects (String names)
  Gets file objects representing the given file names.
public Iterable<JavaFileObject> getJavaFileObjectsFromFiles (Iterable<File> files)
  Gets file objects representing the given files.
public Iterable<JavaFileObject> getJavaFileObjectsFromStrings (Iterable<String> names)
  Gets file objects representing the given file names.
public Iterable<File> getLocation (Location location)
  Gets the path associated with the given location.
public boolean isSameFile (FileObject a, FileObject b) [Specified in JavaFileManager]
  Compares two file objects and return true if they represent the same canonical file, zip file entry, or entry in any file system based container.
public void setLocation (Location location, Iterable<File> path) throws IOException
  Associates the given path with the given location.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar