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