javax.tools
interface: JavaFileManager.Location [javadoc |
source]
All Known Implementing Classes:
StandardLocation
Interface for locations of file objects. Used by file managers
to determine where to place or search for file objects.
Method from javax.tools.JavaFileManager$Location Detail: |
public String getName()
Gets the name of this location. |
public boolean isOutputLocation()
Determines if this is an output location. An output
location is a location that is conventionally used for
output. |