|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.net.URLFileSystemHelper
oracle.jdeveloper.merge.MergeURLFileSystemHelper
Filesystem helper class for the "ide.merge" protocol used by merge node URLs.
| Field Summary | |
static java.lang.String |
MERGE_PROTOCOL
|
| Constructor Summary | |
MergeURLFileSystemHelper()
|
|
| Method Summary | |
boolean |
canWrite(java.net.URL url)
Overriden to allow edits to the text buffer of a merge node. |
boolean |
exists(java.net.URL url)
Oveerriden to simulate that the given URL does not exist. |
boolean |
isReadOnly(java.net.URL url)
Overriden to allow edits to the text buffer of a merge node. |
long |
lastModified(java.net.URL url)
Overriden to simulate that the given URL has a zero (Epoch) timestamp. |
java.io.InputStream |
openInputStream(java.net.URL url)
Overriden to raise an exception on attempting to read the URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String MERGE_PROTOCOL
| Constructor Detail |
public MergeURLFileSystemHelper()
| Method Detail |
public java.io.InputStream openInputStream(java.net.URL url)
throws java.io.IOException
openInputStream in class URLFileSystemHelperurl - ignored.
IOException.
java.io.IOException - always.IOException,
URLConnection,
UnknownServiceExceptionpublic boolean isReadOnly(java.net.URL url)
isReadOnly in class URLFileSystemHelperurl - ignored.
false, always.public boolean canWrite(java.net.URL url)
canWrite in class URLFileSystemHelperurl - ignored.
true, always.public boolean exists(java.net.URL url)
exists in class URLFileSystemHelperurl - ignored.
false, always.public long lastModified(java.net.URL url)
lastModified in class URLFileSystemHelperurl - ignored.
0, always.URLConnection
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.