spring-framework / org.springframework.beans.factory.parsing / ImportDefinition / <init>

<init>

ImportDefinition(importedResource: String)

Create a new ImportDefinition.

Parameters

importedResource - the location of the imported resource

ImportDefinition(importedResource: String, @Nullable source: Any)
ImportDefinition(importedResource: String, @Nullable actualResources: Array<Resource>, @Nullable source: Any)

Create a new ImportDefinition.

Parameters

importedResource - the location of the imported resource

source - the source object (may be null)