Package nablarch.fw.hotdeploy
Class HotDeployHandler
java.lang.Object
nablarch.fw.hotdeploy.HotDeployHandler
NablarchアプリケーションをHotDeployするためのハンドラ。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionHotDeploy対象のパッケージを取得。handle
(Object data, ExecutionContext context) 入力データに対する処理を実行する。void
setTargetPackages
(List<String> targetPackages) HotDeploy対象のパッケージを設定。
-
Constructor Details
-
HotDeployHandler
public HotDeployHandler()
-
-
Method Details