Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.net
Interface URIExistsTest  view URIExistsTest download URIExistsTest.java


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 java.net.URI is unique.
 

Method Detail

uriExists

public boolean uriExists(java.net.URI uri)
Returns false if the specified java.net.URI is unique. An java.net.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.