@groovy.transform.CompileStatic class MavenProfileRepository extends AbstractJarProfileRepository
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 |
---|---|
groovy.lang.GroovyClassLoader |
classLoader |
org.springframework.boot.cli.compiler.grape.AetherGrapeEngine |
grapeEngine |
GrailsDependencyVersions |
profileDependencyVersions |
java.util.List<GrailsRepositoryConfiguration> |
repositoryConfigurations |
org.springframework.boot.cli.compiler.grape.DependencyResolutionContext |
resolutionContext |
Constructor and description |
---|
MavenProfileRepository
(java.util.List<GrailsRepositoryConfiguration> repositoryConfigurations) |
MavenProfileRepository
() |
Type Params | Return 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 |
Groovy Documentation