@groovy.transform.CompileStatic class StaticJarProfileRepository extends AbstractJarProfileRepository
A JAR file repository that resolves profiles from a static array of JAR file URLs
Modifiers | Name | Description |
---|---|---|
private java.net.URL[] |
urls |
Fields inherited from class | Fields |
---|---|
class AbstractJarProfileRepository |
DEFAULT_PROFILE_GROUPID, allProfiles, profilesByName, registeredUrls |
Type | Name and description |
---|---|
java.net.URL[] |
urls |
Constructor and description |
---|
StaticJarProfileRepository
(java.lang.ClassLoader parent, java.net.URL[] urls) |
Type Params | Return Type | Name and description |
---|---|---|
|
Profile |
getProfile(java.lang.String profileName) |
Methods inherited from class | Name |
---|---|
class AbstractJarProfileRepository |
getAllProfiles, getProfile, getProfile, getProfileAndDependencies, getProfileArtifact, getProfileDirectory, registerProfile, visitTopologicalSort |
Groovy Documentation