クラス ImportDefinition
java.lang.ObjectSE
org.springframework.beans.factory.parsing.ImportDefinition
- 実装済みのインターフェース一覧:
BeanMetadataElement
解析プロセス中に処理されたインポートの表現。
- 導入:
- 2.0
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明ImportDefinition(StringSE importedResource) 新しい ImportDefinition を作成します。ImportDefinition(StringSE importedResource, @Nullable ObjectSE source) 新しい ImportDefinition を作成します。ImportDefinition(StringSE importedResource, Resource @Nullable [] actualResources, @Nullable ObjectSE source) 新しい ImportDefinition を作成します。方法の概要
コンストラクターの詳細
ImportDefinition
新しい ImportDefinition を作成します。- パラメーター:
importedResource- インポートされたリソースの場所
ImportDefinition
ImportDefinition
メソッドの詳細
getImportedResource
インポートされたリソースの場所を返します。getActualResources
getSource
インターフェースからコピーされた説明:BeanMetadataElementこのメタデータ要素の構成ソースObjectを返します(nullの場合があります)。- 次で指定:
- インターフェース
BeanMetadataElementのgetSource