API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.tools. JavaFileObject View Source
Author(s)
Peter von der Ahé
Jonathan Gibbons
Since
1.6
Version
Serial
Hierarchy
 FileObject
      JavaFileObject
Subinterfaces
Description
public interface JavaFileObject
  File abstraction for tools operating on Java™ programming language source and class files.
See also:    JavaFileManager
Methods
Hide/Show inherited methods
public Modifier getAccessLevel ()
  Provides a hint about the access level of the class represented by this file object.
public Kind getKind ()
  Gets the kind of this file object.
public NestingKind getNestingKind ()
  Provides a hint about the nesting level of the class represented by this file object.
public boolean isNameCompatible (String simpleName, Kind kind)
  Checks if this file object is compatible with the specified simple name and kind.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar