Package org.wildfly.prospero.galleon
Class GalleonEnvironment.Builder
- java.lang.Object
-
- org.wildfly.prospero.galleon.GalleonEnvironment.Builder
-
- Enclosing class:
- GalleonEnvironment
public static class GalleonEnvironment.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GalleonEnvironmentbuild()PathgetSourceServerPath()GalleonEnvironment.BuildersetConsole(Console console)GalleonEnvironment.BuildersetResolvedFpTracker(Consumer<String> fpTracker)GalleonEnvironment.BuildersetRestoreManifest(org.wildfly.channel.ChannelManifest manifest)GalleonEnvironment.BuildersetSourceServerPath(Path sourceServerPath)
-
-
-
Method Detail
-
setConsole
public GalleonEnvironment.Builder setConsole(Console console)
-
setRestoreManifest
public GalleonEnvironment.Builder setRestoreManifest(org.wildfly.channel.ChannelManifest manifest)
-
setResolvedFpTracker
public GalleonEnvironment.Builder setResolvedFpTracker(Consumer<String> fpTracker)
-
build
public GalleonEnvironment build() throws org.jboss.galleon.ProvisioningException, OperationException
- Throws:
org.jboss.galleon.ProvisioningExceptionOperationException
-
setSourceServerPath
public GalleonEnvironment.Builder setSourceServerPath(Path sourceServerPath)
-
getSourceServerPath
public Path getSourceServerPath()
-
-