|
Relates :
|
JavaFileManager should have a method:
/**
* Determines if a location has been specified.
*
* @param location a location
* @return true if the location is set
*/
boolean hasLocation(Location location);
|