@groovy.transform.CompileStatic abstract class AbstractJarProfileRepository extends java.lang.Object implements ProfileRepository
A repository that loads profiles from JAR files
Modifiers | Name | Description |
---|---|---|
static class |
AbstractJarProfileRepository.JarProfile |
Modifiers | Name | Description |
---|---|---|
protected static java.lang.String |
DEFAULT_PROFILE_GROUPID |
|
protected java.util.List<Profile> |
allProfiles |
|
protected java.util.Map<java.lang.String, Profile> |
profilesByName |
Constructor and description |
---|
AbstractJarProfileRepository
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<Profile> |
getAllProfiles() |
|
Profile |
getProfile(java.lang.String profileName) |
|
Profile |
getProfile(java.lang.String profileName, java.lang.Boolean parentProfile) |
|
java.util.List<Profile> |
getProfileAndDependencies(Profile profile) |
|
org.eclipse.aether.artifact.Artifact |
getProfileArtifact(java.lang.String profileName) |
|
org.springframework.core.io.Resource |
getProfileDirectory(java.lang.String profile) |
|
protected void |
registerProfile(java.net.URL url, java.lang.ClassLoader parent) |
Methods inherited from class | Name |
---|---|
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() |