Uses of Class
org.mule.config.bootstrap.SimpleRegistryBootstrap.ArtifactType

Packages that use SimpleRegistryBootstrap.ArtifactType
org.mule.config.bootstrap   
 

Uses of SimpleRegistryBootstrap.ArtifactType in org.mule.config.bootstrap
 

Methods in org.mule.config.bootstrap that return SimpleRegistryBootstrap.ArtifactType
static SimpleRegistryBootstrap.ArtifactType SimpleRegistryBootstrap.ArtifactType.createFromString(String artifactTypeAsString)
           
static SimpleRegistryBootstrap.ArtifactType SimpleRegistryBootstrap.ArtifactType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleRegistryBootstrap.ArtifactType[] SimpleRegistryBootstrap.ArtifactType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mule.config.bootstrap with parameters of type SimpleRegistryBootstrap.ArtifactType
 void SimpleRegistryBootstrap.setSupportedArtifactType(SimpleRegistryBootstrap.ArtifactType supportedArtifactType)
          This attributes define which types or registry bootstrap entries will be created depending on the entry applyToArtifactType parameter value.
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.