RSE
Release 1.0

org.eclipse.rse.services.files
Interface IHostFile

All Known Implementing Classes:
DStoreHostFile, FTPHostFile, LocalHostFile, SftpHostFile

public interface IHostFile


Method Summary
 boolean canRead()
           
 boolean canWrite()
           
 boolean exists()
           
 String getAbsolutePath()
           
 long getModifiedDate()
           
 String getName()
           
 String getParentPath()
           
 long getSize()
           
 boolean isArchive()
           
 boolean isDirectory()
           
 boolean isFile()
           
 boolean isHidden()
           
 boolean isRoot()
           
 void renameTo(String newAbsolutePath)
           
 

Method Detail

getName

public String getName()

getParentPath

public String getParentPath()

getAbsolutePath

public String getAbsolutePath()

isHidden

public boolean isHidden()

isDirectory

public boolean isDirectory()

isRoot

public boolean isRoot()

isFile

public boolean isFile()

canWrite

public boolean canWrite()

canRead

public boolean canRead()

exists

public boolean exists()

isArchive

public boolean isArchive()

getSize

public long getSize()

getModifiedDate

public long getModifiedDate()

renameTo

public void renameTo(String newAbsolutePath)

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.