public interface URIExistsTest
URIExistsTest
registered with the VirtualFileSystem
provides a way for the IDE to detect whether a particular URI is already in use.Modifier and Type | Method and Description |
---|---|
boolean |
uriExists(java.net.URI uri)
Returns
false if the specified URI is unique. |