|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jp.ne.mki.wedge.rule.base.AbstractBase | +--jp.ne.mki.wedge.rule.base.AbstractCommon | +--jp.ne.mki.wedge.rule.common.file.CheckIsDirectory
ファイルがディレクトリかチェックします。
InRecordに設定したファイル名のうちいずれかがディレクトリで無い場合、もしくは存在しない場合 このロジッククラスはUSER_ERRORを返します。
InputRecord | OutputRecord |
---|---|
|
Parameter |
---|
クラス jp.ne.mki.wedge.rule.base.AbstractBase から継承したフィールド |
controlRecord, engineManager, errorMessage, executeType, id, inputRecord, logicalName, outputRecord, physicalName, ruleParameter, ruleType, serverParameter, userConstant |
インタフェース jp.ne.mki.wedge.rule.base.interfaces.CommonInterface から継承したフィールド |
CANCEL, ERROR, EXECUTE_BOTH, EXECUTE_CLIENT, EXECUTE_DEBUG, EXECUTE_HTMLGATEWAY, EXECUTE_SERVER, EXECUTE_SERVERDC, IO_ERROR, IO_ERROR_EXECUTE_PARAMETER, IO_ERROR_IN, IO_ERROR_IO_MUST_SAME_COUNT, IO_ERROR_ITEM_TYPE, IO_ERROR_OUT, IO_ERROR_PARAMETER, NONE, OK, PARAMETER_DELIMITER, SKIP, USER_ERROR |
コンストラクタの概要 | |
CheckIsDirectory()
|
メソッドの概要 | |
int |
execute()
処理を実行。 |
void |
exit()
終了処理。 |
int |
getIOParameter()
IOパラメータ取得。 |
protected int |
loopInRecordSub(DataInterface inItem,
int index)
loopInRecord()から呼び出されるメソッドです。 |
クラス jp.ne.mki.wedge.rule.base.AbstractCommon から継承したメソッド |
getManager, log, setHtmlManager, setManager, setServerControlData, setWedgeLog, showErrorDialog, terminate, writeErrorLog, writeLog, writeLog, writeLog |
クラス java.lang.Object から継承したメソッド |
|
コンストラクタの詳細 |
public CheckIsDirectory()
メソッドの詳細 |
public int getIOParameter()
CommonInterface
の記述: execute
の前に実行される。CommonInterface.getIOParameter()
public int execute() throws java.lang.Throwable
CommonInterface
の記述: CommonInterface.execute()
protected int loopInRecordSub(DataInterface inItem, int index)
AbstractBase
の記述: AbstractBase
内の loopInRecordSub
AbstractBase.loopInRecordSub(jp.ne.mki.wedge.run.interfaces.DataInterface, int)
public void exit()
CommonInterface
の記述: execute
の後に実行されます。CommonInterface.exit()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |