|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.vfs.VirtualFileDescriptor
com.jscape.inet.mft.resources.VirtualRemoteFileDescriptor
public final class VirtualRemoteFileDescriptor
Contains remote file information. Usually it is just remote resource name reference.
Constructor Summary | |
---|---|
VirtualRemoteFileDescriptor()
Creates a new descriptor instance. |
|
VirtualRemoteFileDescriptor(VirtualRemoteFileDescriptor that)
Copy constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Returns remote resource name. |
int |
hashCode()
|
void |
setName(java.lang.String name)
Sets remote resource name. |
java.lang.String |
toString()
|
Methods inherited from class com.jscape.inet.vfs.VirtualFileDescriptor |
---|
getAccessPermissions, getPath, isDenied, isSecured, setAccessPermissions, setDenied, setPath, setSecured |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VirtualRemoteFileDescriptor()
public VirtualRemoteFileDescriptor(VirtualRemoteFileDescriptor that)
that
- the instance to copyMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the remote resource namepublic boolean equals(java.lang.Object o)
equals
in class VirtualFileDescriptor
public int hashCode()
hashCode
in class VirtualFileDescriptor
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |