Class ProvisioningDefinition


  • public class ProvisioningDefinition
    extends Object
    • Method Detail

      • getFpl

        public String getFpl()
      • getDefinition

        public URI getDefinition()
      • toProvisioningConfig

        public org.jboss.galleon.config.ProvisioningConfig toProvisioningConfig()
                                                                         throws MetadataException,
                                                                                org.jboss.galleon.ProvisioningException
        Throws:
        MetadataException
        org.jboss.galleon.ProvisioningException
      • resolveChannels

        public List<org.wildfly.channel.Channel> resolveChannels​(org.wildfly.channel.maven.VersionResolverFactory versionResolverFactory)
                                                          throws NoChannelException
        Resolves channel coordinates into Channel instances.
        Parameters:
        versionResolverFactory - a VersionResolverFactory instance to perform the channel resolution
        Returns:
        Channel instances
        Throws:
        NoChannelException