com.stc.connector.ssh.ftp.client.impl
Class DirectoryEntryImpl
java.lang.Object
com.stc.connector.ssh.ftp.client.impl.DirectoryEntryImpl
- All Implemented Interfaces:
- GenericDirectoryEntry, DirectoryEntry
public class DirectoryEntryImpl
- extends java.lang.Object
- implements DirectoryEntry
jim.fu@sun.com
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectoryEntryImpl
public DirectoryEntryImpl()
getName
public java.lang.String getName()
- Specified by:
getName
in interface GenericDirectoryEntry
setName
public void setName(java.lang.String s)
- Specified by:
setName
in interface GenericDirectoryEntry
isDir
public boolean isDir()
- Specified by:
isDir
in interface GenericDirectoryEntry
- Specified by:
isDir
in interface DirectoryEntry
isDir
public void isDir(boolean b)
- Specified by:
isDir
in interface GenericDirectoryEntry
- Specified by:
isDir
in interface DirectoryEntry
getFile
public java.lang.String getFile()
- Specified by:
getFile
in interface DirectoryEntry
setFile
public void setFile(java.lang.String s)
- Specified by:
setFile
in interface DirectoryEntry