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);
/**
* Determines if a location has been specified.
*
* @param location a location
* @return true if the location is set
*/
boolean hasLocation(Location location);
- relates to
-
JDK-6409829 JSR 199: enforce the use of valid package and class names in get{Java,}FileFor{Input,Output}
-
- Closed
-