com.stc.connector.ssh.ftp.client
Interface DirectoryEntry
- All Superinterfaces:
- GenericDirectoryEntry
- All Known Implementing Classes:
- DirectoryEntryImpl
public interface DirectoryEntry
- extends GenericDirectoryEntry
jim.fu@sun.com
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
getFile
java.lang.String getFile()
setFile
void setFile(java.lang.String s)
isDir
boolean isDir()
- Specified by:
isDir
in interface GenericDirectoryEntry
isDir
void isDir(boolean b)
- Specified by:
isDir
in interface GenericDirectoryEntry