Resolves profiles from a configured list of repositories using Aether
Modifiers | Name | Description |
---|---|---|
static GrailsRepositoryConfiguration |
DEFAULT_REPO |
Fields inherited from class | Fields |
---|---|
class AbstractJarProfileRepository |
DEFAULT_PROFILE_GROUPID, allProfiles, profilesByName |
Type | Name and description |
---|---|
private groovy.lang.GroovyClassLoader |
classLoader |
private AetherGrapeEngine |
grapeEngine |
private GrailsDependencyVersions |
profileDependencyVersions |
private java.util.List |
repositoryConfigurations |
private DependencyResolutionContext |
resolutionContext |
Constructor and description |
---|
MavenProfileRepository
(java.util.List repositoryConfigurations) |
MavenProfileRepository
() |
MavenProfileRepository
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List |
getAllProfiles() |
|
Profile |
getProfile(java.lang.String profileName, java.lang.Boolean parentProfile) |
|
Profile |
getProfile(java.lang.String profileName) |
|
protected java.lang.String |
parseCurrentVersion(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 |