|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.ossc.installer.tools.inventory.AbstaractInventory
jp.ossc.installer.tools.inventory.AbstractCheckInventory
public abstract class AbstractCheckInventory
インベントリーディレクトリーの参照処理を担う抽象です。
フィールドの概要 | |
---|---|
protected static java.lang.String |
ERR_MSG_NOT_INSTALLED_OPENSTANDIA
エラーメッセージ : OpenStandia/Installerがインストールされていない場合 |
コンストラクタの概要 | |
---|---|
AbstractCheckInventory()
|
メソッドの概要 | |
---|---|
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 |
フィールドの詳細 |
---|
protected static final java.lang.String ERR_MSG_NOT_INSTALLED_OPENSTANDIA
コンストラクタの詳細 |
---|
public AbstractCheckInventory()
メソッドの詳細 |
---|
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
AbstaractInventory
内の execute
productName
- プロダクト名stackXml
- スタック定義ファイル
java.io.IOException
- IOException
org.xml.sax.SAXException
- SAXException
javax.xml.parsers.ParserConfigurationException
- ParserConfigurationException
javax.xml.transform.TransformerException
- TransformerExceptionAbstaractInventory.execute(java.lang.String, java.io.File)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |