|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ossc.installer.tools.inventory.AbstaractInventory
jp.ossc.installer.tools.inventory.AbstractCheckInventory
jp.ossc.installer.tools.inventory.CheckProduct
public class CheckProduct
インベントリーディレクトリーにおいてプロダクトがインストールされているか確認処理を担うクラスです。
フィールドの概要 |
---|
クラス jp.ossc.installer.tools.inventory.AbstractCheckInventory から継承されたフィールド |
---|
ERR_MSG_NOT_INSTALLED_OPENSTANDIA |
コンストラクタの概要 | |
---|---|
CheckProduct()
|
メソッドの概要 | |
---|---|
void |
execute(java.lang.String productName,
java.io.File stackXml)
インベントリーファイルからプロダクト情報をコンソールに出力します。 |
クラス 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 |
コンストラクタの詳細 |
---|
public CheckProduct()
メソッドの詳細 |
---|
public void execute(java.lang.String productName, java.io.File stackXml) throws java.io.IOException, javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, javax.xml.transform.TransformerException
AbstractCheckInventory
内の execute
productName
- プロダクト名stackXml
- スタック定義ファイル
java.io.IOException
- IOException
org.xml.sax.SAXException
- SAXException
javax.xml.parsers.ParserConfigurationException
- ParserConfigurationException
javax.xml.transform.TransformerException
- TransformerExceptionjp.ossc.installer.tools.inventory.AbstaractCheckInventory#execute(java.lang.String, java.io.File)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |