jp.ossc.installer.tools.inventory
クラス Update

java.lang.Object
  上位を拡張 jp.ossc.installer.tools.inventory.AbstaractInventory
      上位を拡張 jp.ossc.installer.tools.inventory.Install
          上位を拡張 jp.ossc.installer.tools.inventory.Update

public class Update
extends Install

インベントリーディレクトリーにおいてアップデート時の処理を担うクラスです。

導入されたバージョン:
1.0
バージョン:
1.0
作成者:
S.Fujii

フィールドの概要
 
クラス jp.ossc.installer.tools.inventory.AbstaractInventory から継承されたフィールド
ERR_MSG_FAILED_READ_FILE, inventory, INVENTORY_TEMPLATE_XML_FILE_PATH_NAME, NOT_INSTALLED_VALUE, openStandiaHomeDir, PRODUCT_NAME, PRODUCT_VER, STACK_APPLICATION_NAME_KEY, STACK_APPLICATION_VER_KEY, stackXmlMap, WARN_MSG_APPLICATION_NAME_IS_NULL, WARN_MSG_APPLICATION_VERSION_IS_NULL, WARN_MSG_PRODUCT_NAME_IS_NULL, WARN_MSG_PRODUCT_VERSION_IS_NULL
 
コンストラクタの概要
Update()
           
 
メソッドの概要
 
クラス jp.ossc.installer.tools.inventory.Install から継承されたメソッド
execute
 
クラス jp.ossc.installer.tools.inventory.AbstaractInventory から継承されたメソッド
createInventoryFile, deleteApplicationNode, deleteInventoryFile, deleteProductNode, existsProductNode, getApplicationVerNode, getProductNodeNum, getProductVerNode, getResouceInputStream, getResoucePath, readInventoryFile, writeApplicationNode, writeInventoryFile, writeProductNode
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Update

public Update()