Class HotDeployHandler

java.lang.Object
nablarch.fw.hotdeploy.HotDeployHandler
All Implemented Interfaces:
Handler<Object,Object>

public class HotDeployHandler extends Object implements Handler<Object,Object>
NablarchアプリケーションをHotDeployするためのハンドラ。
  • Constructor Details

    • HotDeployHandler

      public HotDeployHandler()
  • Method Details

    • handle

      public Object handle(Object data, ExecutionContext context)
      入力データに対する処理を実行する。
      Specified by:
      handle in interface Handler<Object,Object>
      Parameters:
      data - 入力データ
      context - 実行コンテキスト
      Returns:
      処理結果データ
    • getTargetPackages

      public List<String> getTargetPackages()
      HotDeploy対象のパッケージを取得。
      Returns:
      HotDeploy対象のパッケージ
    • setTargetPackages

      public void setTargetPackages(List<String> targetPackages)
      HotDeploy対象のパッケージを設定。
      Parameters:
      targetPackages - HotDeploy対象のパッケージ。