|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.factory.parsing.ImportDefinition
public class ImportDefinition
Representation of an import that has been processed during the parsing process.
ReaderEventListener.importProcessed(ImportDefinition)
Constructor Summary | |
---|---|
ImportDefinition(String importedResource)
Create a new ImportDefinition. |
|
ImportDefinition(String importedResource,
Object source)
Create a new ImportDefinition. |
Method Summary | |
---|---|
String |
getImportedResource()
Return the location of the imported resource. |
Object |
getSource()
Return the configuration source Object for this metadata element
(may be null ). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportDefinition(String importedResource)
importedResource
- the location of the imported resourcepublic ImportDefinition(String importedResource, Object source)
importedResource
- the location of the imported resourcesource
- the source object (may be null
)Method Detail |
---|
public String getImportedResource()
public Object getSource()
BeanMetadataElement
Object
for this metadata element
(may be null
).
getSource
in interface BeanMetadataElement
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |