@CompileStatic class MavenProfileRepository extends AbstractJarProfileRepository
Resolves profiles from a configured list of repositories using Aether
| Modifiers | Name | Description |
|---|---|---|
static GrailsRepositoryConfiguration |
DEFAULT_REPO |
|
static GrailsRepositoryConfiguration |
MAVEN_LOCAL_REPO |
|
static GrailsRepositoryConfiguration |
SONATYPE_SNAPSHOT_REPO |
| Fields inherited from class | Fields |
|---|---|
class AbstractJarProfileRepository |
DEFAULT_PROFILE_GROUPID, GRAILS_PROFILE_GROUPID, allProfiles, profilesByName |
| Constructor and description |
|---|
MavenProfileRepository() |
MavenProfileRepository(String grailsVersion) |
MavenProfileRepository(List<GrailsRepositoryConfiguration> repositoryConfigurations) |
MavenProfileRepository(List<GrailsRepositoryConfiguration> repositoryConfigurations, String grailsVersion) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
List<Profile> |
getAllProfiles() |
|
String |
getDefaultGroupId() |
|
Profile |
getProfile(String profileName, Boolean parentProfile) |
|
Profile |
getProfile(String profileName) |
|
protected static String |
parseCurrentVersion(File localData) |
|
protected void |
processUrls() |
|
protected Profile |
resolveProfile(String profileName) |
| Methods inherited from class | Name |
|---|---|
class AbstractJarProfileRepository |
getAllProfiles, getDefaultGroupId, getProfile, getProfile, getProfileAndDependencies, getProfileArtifact, getProfileDirectory, registerProfile |