Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

javax.ide.net
Interface URIExistsTest


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

uriExists

boolean uriExists(java.net.URI uri)
Returns 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
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.