Sonic Management API

com.sonicsw.mf.common.runtime
Interface IFileDescriptor


public interface IFileDescriptor

File information to be sent remotely from the Host Manager to a client


Method Summary
 boolean canRead()
           
 boolean canWrite()
           
 java.lang.String getAbsolutePath()
           
 java.lang.String getName()
           
 java.lang.String getParent()
           
 java.lang.String getPath()
           
 boolean isAbsolute()
           
 boolean isDirectory()
           
 boolean isFile()
           
 boolean isHidden()
           
 long lastModified()
           
 long length()
           
 

Method Detail

canRead

boolean canRead()

canWrite

boolean canWrite()

getAbsolutePath

java.lang.String getAbsolutePath()

getName

java.lang.String getName()

getParent

java.lang.String getParent()

getPath

java.lang.String getPath()

isAbsolute

boolean isAbsolute()

isDirectory

boolean isDirectory()

isFile

boolean isFile()

isHidden

boolean isHidden()

lastModified

long lastModified()

length

long length()

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.