Modifier and Type | Field and Description |
---|---|
private java.util.List<License> |
Model.licenses
Field licenses.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<License> |
Model.getLicenses()
Method getLicenses.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addLicense(License license)
Method addLicense.
|
void |
Model.removeLicense(License license)
Method removeLicense.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setLicenses(java.util.List<License> licenses)
Set this element describes all of the licenses for this
project.
|
Modifier and Type | Method and Description |
---|---|
private License |
MavenDom4jReader.parseLicense(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseLicense.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeLicense(License license,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeLicense.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateLicense(License license,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateLicense.
|
Modifier and Type | Method and Description |
---|---|
private License |
MavenStaxReader.parseLicense(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseLicense.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeLicense(License license,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeLicense.
|
Modifier and Type | Method and Description |
---|---|
private License |
MavenXpp3Reader.parseLicense(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLicense.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeLicense(License license,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLicense.
|