@CompileStatic class LicenseSetImpl extends AbstractDomainSet<License> implements LicenseSet
Type | Name and description |
---|---|
ListProperty<License> |
licenses |
Constructor and description |
---|
LicenseSetImpl
(ObjectFactory objects) |
Type Params | Return Type | Name and description |
---|---|---|
|
List<License> |
getLicenses() |
|
boolean |
isEmpty() |
|
void |
license(Action<? super License> action) |
|
void |
license(Closure<Void> action) |
|
static void |
merge(LicenseSetImpl o1, LicenseSetImpl o2) |
|
List<String> |
validate(ProjectConfigurationExtension extension) |
Groovy Documentation