| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URIExistsTest
An instance of URIExistsTest registered with the
  VirtualFileSystem provides a way for the IDE to detect
  whether a particular URI is already in use.
| Method Summary | |
|---|---|
 boolean | 
uriExists(java.net.URI uri)
Returns false if the specified URI is
  unique. | 
| Method Detail | 
|---|
boolean uriExists(java.net.URI uri)
false if the specified URI is
  unique.  An URI is unique if it points to a resource
  that does not currently exist, either at the actual location
  or within any in-memory caches (at implementor's discretion).
  Returns true otherwise.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||