API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.tools.
JavaFileManager.Location
View Source
Author(s)
Since
Version
Serial
Hierarchy
JavaFileManager.Location
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
static
interface JavaFileManager.Location
Interface for locations of file objects.
Interface for locations of file objects. Used by file managers
to determine where to place or search for file objects.
See also:
Methods
Hide/Show inherited methods
public
String
getName
()
Gets the name of this location.
Gets the name of this location.
Returns:
a name
public
boolean
isOutputLocation
()
Determines if this is an output location.
Determines if this is an output location. An output
location is a location that is conventionally used for
output.
Returns:
true if this is an output location, false otherwise
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar