@groovy.transform.CompileStatic abstract class AbstractJarProfileRepository extends java.lang.Object
A repository that loads profiles from JAR files
| Modifiers | Name | Description | 
|---|---|---|
| static class | AbstractJarProfileRepository.JarProfile | 
| Modifiers | Name | Description | 
|---|---|---|
| protected java.util.List<Profile> | allProfiles | |
| protected java.util.Map<java.lang.String, Profile> | profilesByName | 
| Type | Name and description | 
|---|---|
| java.util.List<Profile> | getAllProfiles() | 
| Profile | getProfile(java.lang.String profileName) | 
| java.util.List<Profile> | getProfileAndDependencies(Profile profile) | 
| 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() |