net.sf.hermesftp.cmd
Interface CmdListAware

All Known Implementing Classes:
FtpCmdHelp

public interface CmdListAware

Interface implemented by FTP commands that must know about the parser and container they reside in. Currently only the help commands needs to implement this interface.

Author:
Lars Behnke

Method Summary
 void setList(java.util.List<FtpCmd> cmdList)
          Passes a list of all known commands, including the not implemented commands.
 

Method Detail

setList

void setList(java.util.List<FtpCmd> cmdList)
Passes a list of all known commands, including the not implemented commands.

Parameters:
cmdList - The list of all available commands.


Copyright © 2005-2007 Lars Behnke. All Rights Reserved.