Resolves profiles from a configured list of repositories using Aether
Modifiers | Name | Description |
---|---|---|
static org.springframework.boot.cli.compiler.grape.RepositoryConfiguration |
DEFAULT_REPO |
Fields inherited from class | Fields |
---|---|
class AbstractJarProfileRepository |
DEFAULT_PROFILE_GROUPID, allProfiles, profilesByName |
Type | Name and description |
---|---|
groovy.lang.GroovyClassLoader |
classLoader |
org.springframework.boot.cli.compiler.grape.AetherGrapeEngine |
grapeEngine |
GrailsDependencyVersions |
profileDependencyVersions |
java.util.List<org.springframework.boot.cli.compiler.grape.RepositoryConfiguration> |
repositoryConfigurations |
org.springframework.boot.cli.compiler.grape.DependencyResolutionContext |
resolutionContext |
Constructor and description |
---|
MavenProfileRepository
(java.util.List<org.springframework.boot.cli.compiler.grape.RepositoryConfiguration> repositoryConfigurations) |
MavenProfileRepository
() |
Type | Name and description |
---|---|
java.util.List<Profile> |
getAllProfiles() |
Profile |
getProfile(java.lang.String profileName, java.lang.Boolean parentProfile) |
Profile |
getProfile(java.lang.String profileName) |
protected java.lang.String |
parseCurrentVersion(java.io.File localData) |
protected void |
processUrls() |
protected Profile |
resolveProfile(java.lang.String profileName) |
Methods inherited from class | Name |
---|---|
class AbstractJarProfileRepository |
getAllProfiles, getProfile, getProfile, getProfileAndDependencies, getProfileArtifact, getProfileDirectory, registerProfile |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation