|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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(java.lang.String importedResource)
Create a new ImportDefinition. |
|
ImportDefinition(java.lang.String importedResource,
java.lang.Object source)
Create a new ImportDefinition. |
|
ImportDefinition(java.lang.String importedResource,
org.springframework.core.io.Resource[] actualResources,
java.lang.Object source)
Create a new ImportDefinition. |
|
| Method Summary | |
|---|---|
org.springframework.core.io.Resource[] |
getActualResources()
|
java.lang.String |
getImportedResource()
Return the location of the imported resource. |
java.lang.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(java.lang.String importedResource)
importedResource - the location of the imported resource
public ImportDefinition(java.lang.String importedResource,
java.lang.Object source)
importedResource - the location of the imported resourcesource - the source object (may be null)
public ImportDefinition(java.lang.String importedResource,
org.springframework.core.io.Resource[] actualResources,
java.lang.Object source)
importedResource - the location of the imported resourcesource - the source object (may be null)| Method Detail |
|---|
public final java.lang.String getImportedResource()
public final org.springframework.core.io.Resource[] getActualResources()
public final java.lang.Object getSource()
BeanMetadataElementObject for this metadata element
(may be null).
getSource in interface BeanMetadataElement
|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||