|
|||||||||
| Home >> All >> javax >> ide >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 java.net.URI is
unique. |
| Method Detail |
uriExists
public boolean uriExists(java.net.URI uri)
- Returns
falseif 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). Returnstrueotherwise.
|
|||||||||
| Home >> All >> javax >> ide >> [ net overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC