Package org.wildfly.prospero.galleon
Class GalleonEnvironment.Builder
java.lang.Object
org.wildfly.prospero.galleon.GalleonEnvironment.Builder
- Enclosing class:
GalleonEnvironment
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setArtifactDirectResolve(boolean artifactDirectResolve) Resolving the artifacts directly without checking the channel manifest or not.setConsole(Console console) setResolvedFpTracker(Consumer<String> fpTracker) setRestoreManifest(org.wildfly.channel.ChannelManifest manifest) setSourceServerPath(Path sourceServerPath)
-
Method Details
-
setConsole
-
setRestoreManifest
-
setResolvedFpTracker
-
build
public GalleonEnvironment build() throws org.jboss.galleon.ProvisioningException, OperationException- Throws:
org.jboss.galleon.ProvisioningExceptionOperationException
-
setSourceServerPath
-
setArtifactDirectResolve
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
-