oogp2p.file.commands
Class GetFileListingCommand
java.lang.Object
oogp2p.InfoReceived
oogp2p.Command
oogp2p.file.commands.GetFileListingCommand
- public class GetFileListingCommand
- extends Command
GetFileListingCommand.java
Command to get file listing.
Created: Tue Apr 1 20:52:07 2003
- Version:
- Author:
- OOGs
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_FILE_DIR
public static java.lang.String DEFAULT_FILE_DIR
myFiles
private java.io.File myFiles
GetFileListingCommand
public GetFileListingCommand()
GetFileListingCommand
protected GetFileListingCommand(Nettable n)
isType
public boolean isType(Nettable n)
- Specified by:
isType in class Command
makeType
public InfoReceived makeType(Nettable n)
- Specified by:
makeType in class Command
setDirectory
public void setDirectory(java.lang.String dir)
execute
public void execute()
- Specified by:
execute in class Command