| java.lang.Object | |
| ↳ | org.springframework.beans.factory.parsing.ImportDefinition |
Representation of an import that has been processed during the parsing process.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new ImportDefinition.
| |||||||||||
Create a new ImportDefinition.
| |||||||||||
Create a new ImportDefinition.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the location of the imported resource.
| |||||||||||
Return the configuration source
Object for this metadata element
(may be null). | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.BeanMetadataElement
| |||||||||||
Create a new ImportDefinition.
| importedResource | the location of the imported resource |
|---|
Create a new ImportDefinition.
| importedResource | the location of the imported resource |
|---|---|
| source | the source object (may be null)
|
Create a new ImportDefinition.
| importedResource | the location of the imported resource |
|---|---|
| source | the source object (may be null)
|
Return the location of the imported resource.
Return the configuration source Object for this metadata element
(may be null).