public static interface JavaFileManager.Location
Interface for locations of file objects. Used by file managers to determine where to place or search for file objects.
| Method Summary | |
|---|---|
String |
getName()
Gets the name of this location. |
boolean |
isOutputLocation()
Determines if this is an output location. |
| Method Detail |
|---|
String getName()
boolean isOutputLocation()