Uses of Enum Class
org.mule.runtime.ast.api.ArtifactType
Packages that use ArtifactType
Package
Description
-
Uses of ArtifactType in org.mule.runtime.ast.api
Methods in org.mule.runtime.ast.api that return ArtifactTypeModifier and TypeMethodDescriptionArtifactAst.getArtifactType()static ArtifactTypeReturns the enum constant of this class with the specified name.static ArtifactType[]ArtifactType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ArtifactType in org.mule.runtime.ast.api.builder
Methods in org.mule.runtime.ast.api.builder with parameters of type ArtifactTypeModifier and TypeMethodDescriptionstatic ArtifactAstBuilderArtifactAstBuilder.builder(String artifactName, ArtifactType artifactType, Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionsModels, Optional<ArtifactAst> parentArtifact, UnaryOperator<String> basePropertiesResolver) static ArtifactAstBuilderArtifactAstBuilder.builder(String artifactName, ArtifactType artifactType, Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionsModels, Optional<ArtifactAst> parentArtifact, UnaryOperator<String> basePropertiesResolver, ExtensionModelHelper extModelHelper) -
Uses of ArtifactType in org.mule.runtime.ast.internal.builder
Constructors in org.mule.runtime.ast.internal.builder with parameters of type ArtifactTypeModifierConstructorDescriptionDefaultArtifactAstBuilder(String artifactName, ArtifactType artifactType, Set<org.mule.runtime.api.meta.model.ExtensionModel> extensionsModels, Optional<ArtifactAst> parentArtifact, UnaryOperator<String> basePropertiesResolver, ExtensionModelHelper extModelHelper, ComponentLocationVisitor componentLocationVisitor, ParameterModelUtils parameterModelUtils)