Package org.wildfly.prospero.galleon
Class GalleonEnvironment
- java.lang.Object
-
- org.wildfly.prospero.galleon.GalleonEnvironment
-
- All Implemented Interfaces:
AutoCloseable
public class GalleonEnvironment extends Object implements AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGalleonEnvironment.Builder
-
Field Summary
Fields Modifier and Type Field Description static StringTRACK_JB_ARTIFACTS_RESOLVEstatic StringTRACK_JBEXAMPLESstatic StringTRACK_JBMODULESstatic StringTRACK_RESOLVING_VERSIONS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GalleonEnvironment.Builderbuilder(Path installDir, List<org.wildfly.channel.Channel> channels, MavenSessionManager mavenSessionManager, boolean useDefaultCore)voidclose()List<org.wildfly.channel.Channel>getChannels()org.wildfly.channel.ChannelSessiongetChannelSession()org.jboss.galleon.api.ProvisioninggetProvisioning()org.jboss.galleon.universe.maven.repo.MavenRepoManagergetRepositoryManager()
-
-
-
Field Detail
-
TRACK_JBMODULES
public static final String TRACK_JBMODULES
- See Also:
- Constant Field Values
-
TRACK_JBEXAMPLES
public static final String TRACK_JBEXAMPLES
- See Also:
- Constant Field Values
-
TRACK_JB_ARTIFACTS_RESOLVE
public static final String TRACK_JB_ARTIFACTS_RESOLVE
- See Also:
- Constant Field Values
-
TRACK_RESOLVING_VERSIONS
public static final String TRACK_RESOLVING_VERSIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProvisioning
public org.jboss.galleon.api.Provisioning getProvisioning()
-
getChannelSession
public org.wildfly.channel.ChannelSession getChannelSession()
-
getRepositoryManager
public org.jboss.galleon.universe.maven.repo.MavenRepoManager getRepositoryManager()
-
getChannels
public List<org.wildfly.channel.Channel> getChannels()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
builder
public static GalleonEnvironment.Builder builder(Path installDir, List<org.wildfly.channel.Channel> channels, MavenSessionManager mavenSessionManager, boolean useDefaultCore)
-
-