Home » openjdk-7 » javax » tools » [javadoc | source]
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 Summary:
getName,   isOutputLocation
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.