|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use License | |
---|---|
org.apache.maven.model | |
org.apache.maven.project |
Uses of License in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return types with arguments of type License | |
---|---|
List<License> |
Model.getLicenses()
Method getLicenses. |
Methods in org.apache.maven.model with parameters of type License | |
---|---|
void |
Model.addLicense(License license)
Method addLicense. |
void |
Model.removeLicense(License license)
Method removeLicense. |
Method parameters in org.apache.maven.model with type arguments of type License | |
---|---|
void |
Model.setLicenses(List<License> licenses)
Set this element describes all of the licenses for this project. |
Uses of License in org.apache.maven.project |
---|
Methods in org.apache.maven.project that return License | |
---|---|
static License |
ModelUtils.cloneLicense(License src)
|
Methods in org.apache.maven.project with parameters of type License | |
---|---|
void |
MavenProject.addLicense(License license)
|
static License |
ModelUtils.cloneLicense(License src)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |