Extension SDK 10.1.2

oracle.ide.net
Interface URLExistsTest


public interface URLExistsTest

Interface used by the URLFactory when creating unique URLs.


Method Summary
 boolean urlExists(java.net.URL url)
          Returns false if the specified URL is unique.
 

Method Detail

urlExists

public boolean urlExists(java.net.URL url)
Returns false if the specified URL is unique. An URL is unique if it points to a resource that does not currently exist, either at the actual location or within any in-memory caches. Returns true otherwise.


Extension SDK

 

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