Uses of Interface
org.mule.runtime.ast.internal.builder.ImportedResourceBuilder
Packages that use ImportedResourceBuilder
-
Uses of ImportedResourceBuilder in org.mule.runtime.ast.internal.builder
Classes in org.mule.runtime.ast.internal.builder that implement ImportedResourceBuilderMethods in org.mule.runtime.ast.internal.builder that return ImportedResourceBuilderModifier and TypeMethodDescriptionstatic ImportedResourceBuilderImportedResourceBuilder.builder()Instantiates a new raw builder.DefaultImportedResourceBuilder.withMetadata(ComponentMetadataAst metadata) ImportedResourceBuilder.withMetadata(ComponentMetadataAst metadata) Sets the imported resource metadata to the builder.DefaultImportedResourceBuilder.withResolutionFailure(String failureMessage) ImportedResourceBuilder.withResolutionFailure(String failureMessage) Sets the failure caused when resolving this import, if resolution failed.DefaultImportedResourceBuilder.withResourceLocation(String resourceLocation) ImportedResourceBuilder.withResourceLocation(String resourceLocation) Sets the imported resource name to the builder.