Uses of Interface
org.mule.runtime.ast.api.ImportedResource
Packages that use ImportedResource
Package
Description
-
Uses of ImportedResource in org.mule.runtime.ast.api
Methods in org.mule.runtime.ast.api that return types with arguments of type ImportedResourceModifier and TypeMethodDescriptionComponentMetadataAst.getImportChain()If the component with this location is in a root config file (not obtained through animporttag), the returned list will be empty.ArtifactAst.getImportedResources() -
Uses of ImportedResource in org.mule.runtime.ast.api.builder
Methods in org.mule.runtime.ast.api.builder with parameters of type ImportedResourceModifier and TypeMethodDescriptionArtifactAstBuilder.withImportedResource(ImportedResource resource) Adds a resource to be imported by the resultingArtifactAst.Method parameters in org.mule.runtime.ast.api.builder with type arguments of type ImportedResourceModifier and TypeMethodDescriptionComponentMetadataAstBuilder.setImportChain(List<ImportedResource> importChain) Sets the import chain for the metadata. -
Uses of ImportedResource in org.mule.runtime.ast.internal.builder
Methods in org.mule.runtime.ast.internal.builder that return ImportedResourceModifier and TypeMethodDescriptionDefaultImportedResourceBuilder.build()ImportedResourceBuilder.build()Builds the target imported resource.Methods in org.mule.runtime.ast.internal.builder with parameters of type ImportedResourceModifier and TypeMethodDescriptionDefaultArtifactAstBuilder.withImportedResource(ImportedResource resource)