com.taka_2.ftp.command
クラス FTPCommandAdapter

java.lang.Object
  |
  +--com.taka_2.ftp.command.FTPCommandAdapter
すべての実装インタフェース:
FTPCommand
直系の既知のサブクラス:
CommandChdir, CommandChmod, CommandDelete, CommandHelp, CommandList, CommandMkdir, CommandNoop, CommandPass, CommandPort, CommandPwd, CommandQuit, CommandReady, CommandRenameFrom, CommandRenameTo, CommandRetr, CommandRmdir, CommandStore, CommandSystem, CommandTransfer, CommandType, CommandUser

public abstract class FTPCommandAdapter
extends java.lang.Object
implements FTPCommand


コンストラクタの概要
FTPCommandAdapter()
           
 
メソッドの概要
 java.lang.String execCommand(Session session, java.lang.String commandLine)
          commandLineが空文字の場合は、コマンドは送信せず、応答のみ行う。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FTPCommandAdapter

public FTPCommandAdapter()
メソッドの詳細

execCommand

public java.lang.String execCommand(Session session,
                                    java.lang.String commandLine)
                             throws FTPException,
                                    java.io.IOException
commandLineが空文字の場合は、コマンドは送信せず、応答のみ行う。
複数行応答がある場合は、文字列連結して結果を返す。

定義:
インタフェース FTPCommand 内の execCommand
FTPException
java.io.IOException