Class ComponentDefinitionFileParser
java.lang.Object
nablarch.core.repository.di.config.xml.ComponentDefinitionFileParser
コンポーネント設定ファイルをパースするクラス。
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ComponentDefinitionFileParser
public ComponentDefinitionFileParser()
-
-
Method Details
-
parse
public ComponentConfiguration parse(InputStream in) throws ParserConfigurationException, SAXException, IOException コンポーネント設定ファイルをパースする。- Parameters:
in
- コンポーネント設定ファイルのストリーム- Returns:
- パース結果をマッピングした ComponentConfiguration
- Throws:
ParserConfigurationException
- Saxパーサの作成に失敗した場合SAXException
- ファイルのパースに失敗した場合IOException
- ファイルの読み込みに失敗した場合
-