public interface J2eeApplicationObject extends DeployableObject
| 修飾子と型 | メソッドと説明 |
|---|---|
void | addXpathListener(ModuleType type, StringSE xpath, XpathListener xpl) この deployableObject に関連する XPath の変更のリスナーを登録します。 |
DDBean[] | getChildBean(ModuleType type, StringSE xpath)XPath に基づいて DDBean のリストを返します。指定された型のすべてのデプロイ記述子が検索されます。 |
DeployableObject | getDeployableObject(StringSE uri) 指定された URI 指定子の DeployableObject を返します。 |
DeployableObject[] | getDeployableObjects() このアプリケーションのすべての DeployableObjects を返します。 |
DeployableObject[] | getDeployableObjects(ModuleType type) 指定された型のすべての DeployableObjects を返します。 |
StringSE[] | getModuleUris() アプリケーション内のすべてのモジュールの URI のリストを返します。 |
StringSE[] | getModuleUris(ModuleType type) 指定されたモジュール型の URI のリストを返します。 |
StringSE[] | getText(ModuleType type, StringSE xpath)XPath からテキスト値を返します。指定された型のデプロイ記述子のみを検索します。 |
void | removeXpathListener(ModuleType type, StringSE xpath, XpathListener xpl)XPath のリスナーを登録解除します。 |
entries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getModuleDTDVersion, getText, getTypeDeployableObject getDeployableObject(StringSE uri)
uri - モジュールの入手先について説明します。DeployableObject[] getDeployableObjects(ModuleType type)
type - 返すモジュールの型。DeployableObject[] getDeployableObjects()
StringSE[] getModuleUris(ModuleType type)
type - 返すモジュールの型。StringSE[] getModuleUris()
DDBean[] getChildBean(ModuleType type, StringSE xpath)
type - 照会するデプロイ記述子の型。xpath - デプロイ記述子内の場所を参照する XPath 文字列 StringSE[] getText(ModuleType type, StringSE xpath)
type - 照会するデプロイ記述子の型。xpath - デプロイ記述子内の場所を参照する xpath 文字列 void addXpathListener(ModuleType type, StringSE xpath, XpathListener xpl)
type - 照会するデプロイ記述子の型。xpath - リッスンする xpath。xpl - リスナー。void removeXpathListener(ModuleType type, StringSE xpath, XpathListener xpl)
type - 照会するデプロイ記述子の型。xpath - 彼は XPath をリッスンします xpl - リスナー Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.