クラス PathRemovedEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.file.remote.server.FileServerEvent
org.springframework.integration.sftp.server.ApacheMinaSftpEvent
org.springframework.integration.sftp.server.PathRemovedEvent
- 実装済みのインターフェース一覧:
SerializableSE
ファイルまたはディレクトリが削除されたときに発行されるイベント。
- 導入:
- 5.2
- 作成者:
- Gary Russell
- 関連事項:
フィールド概要
クラス IntegrationEvent から継承されたフィールド
causeクラス EventObjectSE から継承されたフィールド
sourceSEコンストラクター概要
コンストラクターコンストラクター説明PathRemovedEvent(ObjectSE source, PathSE path, boolean isDirectory, @Nullable ThrowableSE thrown) 方法の概要
クラス ApacheMinaSftpEvent から継承されたメソッド
getSessionクラス IntegrationEvent から継承されたメソッド
getCause, getSourceAsTypeクラス ApplicationEvent から継承されたメソッド
getTimestampクラス EventObjectSE から継承されたメソッド
getSource
コンストラクターの詳細
PathRemovedEvent
public PathRemovedEvent(ObjectSE source, PathSE path, boolean isDirectory, @Nullable ThrowableSE thrown)
方法の詳細
getPath
isDirectory
public boolean isDirectory()toString
- オーバーライド:
- クラス
IntegrationEventのtoString