|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.services.local.files.LocalHostFile
org.eclipse.rse.services.local.files.LocalVirtualHostFile
| Field Summary | |
|---|---|
protected VirtualChild |
_child
|
protected File |
_parentArchive
|
| Constructor Summary | |
|---|---|
LocalVirtualHostFile(VirtualChild child)
|
|
| Method Summary | |
|---|---|
boolean |
exists()
Determines if the file system object exists on the remote file system. |
String |
getAbsolutePath()
Gets the fully qualified path to this object in the remote file system. |
VirtualChild |
getChild()
|
File |
getFile()
|
String |
getName()
Gets the simple name of the file object on the remote system. |
String |
getParentPath()
Gets the absolute path name of the parent object of this object on the remote file system. |
boolean |
isArchive()
Determines if the file system object represents an archive on the remote file system. |
boolean |
isDirectory()
Determines if the file system object is a directory on the remote file system. |
boolean |
isFile()
Determines if the file system object is a file on the remote file system. |
boolean |
isHidden()
Determines if the file system object is hidden on the remote file system. |
boolean |
isRoot()
Determines if the file system object is a "root" directory on the remote file system. |
void |
renameTo(String newAbsolutePath)
Renames this abstract file handle. |
| Methods inherited from class org.eclipse.rse.services.local.files.LocalHostFile |
|---|
canRead, canWrite, getModifiedDate, getSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected File _parentArchive
protected VirtualChild _child
| Constructor Detail |
public LocalVirtualHostFile(VirtualChild child)
| Method Detail |
public String getName()
IHostFile
getName in interface IHostFilegetName in class LocalHostFilepublic String getParentPath()
IHostFile
getParentPath in interface IHostFilegetParentPath in class LocalHostFilepublic boolean isDirectory()
IHostFile
isDirectory in interface IHostFileisDirectory in class LocalHostFilepublic boolean isRoot()
IHostFile
isRoot in interface IHostFileisRoot in class LocalHostFilepublic boolean isFile()
IHostFile
isFile in interface IHostFileisFile in class LocalHostFilepublic File getFile()
getFile in class LocalHostFilepublic boolean exists()
IHostFile
exists in interface IHostFileexists in class LocalHostFilepublic String getAbsolutePath()
IHostFile
getAbsolutePath in interface IHostFilegetAbsolutePath in class LocalHostFilepublic VirtualChild getChild()
public boolean isHidden()
IHostFile
isHidden in interface IHostFileisHidden in class LocalHostFilepublic boolean isArchive()
IHostFile
isArchive in interface IHostFileisArchive in class LocalHostFilepublic void renameTo(String newAbsolutePath)
IHostFile
renameTo in interface IHostFilerenameTo in class LocalHostFileLocalHostFile.renameTo(java.lang.String)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||