public class ReadOnlyLocator extends DelegatingLocator
delegate| Constructor and Description |
|---|
ReadOnlyLocator(ILocator delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadOnly()
true if the specified resource is read only. |
delete, exists, getAdapter, getChild, getDelegate, getFullName, getInputStream, getLength, getLocalName, getOutputStream, getParent, getRandomAccess, getReader, getReader, getType, getTypedName, getWriter, getWriter, isDirectory, isOutOfSynch, listLocators, rename, setReadOnly, synch, toURLpublic ReadOnlyLocator(ILocator delegate)
public boolean isReadOnly()
ILocatortrue if the specified resource is read only.isReadOnly in interface ILocatorisReadOnly in class DelegatingLocatortrue if the specified resource is read only.