@CompileStatic class Licensing extends AbstractFeature
Constructor and description |
---|
Licensing
(ProjectConfigurationExtension config, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addMapping(String ext, String style) |
|
List<License> |
allLicenses() |
|
void |
exclude(String str) |
|
void |
excludeSourceSet(String s) |
|
LicenseSet |
getLicenses() |
|
void |
include(String str) |
|
boolean |
isEmpty() |
|
void |
licenses(Action<? super LicenseSet> action) |
|
void |
licenses(Closure<Void> action) |
|
static void |
merge(Licensing o1, Licensing o2) |
|
Map<String, Map<String, Object>> |
toMap() |
|
List<String> |
validate(ProjectConfigurationExtension extension) |
Methods inherited from class | Name |
---|---|
class AbstractFeature |
isEnabledSet, isRoot, merge, normalize, postMerge, setEnabled |
Groovy Documentation