open class ImportDefinition : BeanMetadataElement
Representation of an import that has been processed during the parsing process.
Author
Juergen Hoeller
Since
2.0
See Also
ReaderEventListener#importProcessed(ImportDefinition)
ImportDefinition(importedResource: String)ImportDefinition(importedResource: String, source: Any)ImportDefinition(importedResource: String, actualResources: Array<Resource>, source: Any)
Create a new ImportDefinition. |
fun getActualResources(): Array<Resource> |
|
fun getImportedResource(): String
Return the location of the imported resource. |
|
fun getSource(): Any |