Class GalleonEnvironment.Builder

    • Method Detail

      • setProvisioningConfig

        public GalleonEnvironment.Builder setProvisioningConfig​(org.jboss.galleon.api.config.GalleonProvisioningConfig config)
      • setRestoreManifest

        public GalleonEnvironment.Builder setRestoreManifest​(org.wildfly.channel.ChannelManifest manifest,
                                                             org.wildfly.prospero.metadata.ManifestVersionRecord manifestVersions)
        use the manifest to resolve artifact versions instead of defined channels. If manifestVersions is provided, they will be pre-loaded for maven cache.
        Parameters:
        manifest -
        manifestVersions -
        Returns:
      • setArtifactDirectResolve

        public GalleonEnvironment.Builder setArtifactDirectResolve​(boolean artifactDirectResolve)
        Resolving the artifacts directly without checking the channel manifest or not.
        Parameters:
        artifactDirectResolve - true if resolving directly, false otherwise.
        Returns:
        this for fluent api
      • getSourceServerPath

        public Path getSourceServerPath()