public class MavenLicense extends Object
<license> in a Maven pom.| Modifier and Type | Class and Description |
|---|---|
static class |
MavenLicense.Builder
Builder for a
MavenLicense. |
static class |
MavenLicense.Distribution
Describes how the project may be legally distributed.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
Return the comments associated with the license.
|
MavenLicense.Distribution |
getDistribution()
Return the distribution mechanism of the project associated with the license.
|
String |
getName()
Return the name of the license.
|
String |
getUrl()
Return the URL of the license.
|
public String getName()
public String getUrl()
public MavenLicense.Distribution getDistribution()
public String getComments()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.