Package org.wildfly.prospero.api
Class ProvisioningDefinition
java.lang.Object
org.wildfly.prospero.api.ProvisioningDefinition
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getFpl()List<org.wildfly.channel.Channel>resolveChannels(org.wildfly.channel.maven.VersionResolverFactory versionResolverFactory) Resolves channel coordinates into Channel instances.org.jboss.galleon.api.config.GalleonProvisioningConfig
-
Method Details
-
getFpl
-
getDefinition
-
toProvisioningConfig
public org.jboss.galleon.api.config.GalleonProvisioningConfig toProvisioningConfig() throws MetadataException, org.jboss.galleon.ProvisioningException- Throws:
MetadataExceptionorg.jboss.galleon.ProvisioningException
-
resolveChannels
public List<org.wildfly.channel.Channel> resolveChannels(org.wildfly.channel.maven.VersionResolverFactory versionResolverFactory) throws NoChannelException, ChannelDefinitionException Resolves channel coordinates into Channel instances.- Parameters:
versionResolverFactory- a VersionResolverFactory instance to perform the channel resolution- Returns:
- Channel instances
- Throws:
NoChannelExceptionChannelDefinitionException
-
builder
-