com.sonicsw.mf.common.runtime
Interface IFileDescriptor
public interface IFileDescriptor
File information to be sent remotely from the Host Manager to a client
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()
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.