public static class AbstractAddThirdPartyMojo.IncludedLicenses extends StringToList
AbstractAddThirdPartyMojo.includedLicenses parameter, from a simple string to split, or a list of string.
TODO-tchemit We should find a way to create a plexus convertor.| Constructor and Description |
|---|
AbstractAddThirdPartyMojo.IncludedLicenses()
Default constructor used when
AbstractAddThirdPartyMojo.includedLicenses parameter is configured by a list. |
AbstractAddThirdPartyMojo.IncludedLicenses(String data)
Constructor used when
AbstractAddThirdPartyMojo.includedLicenses parameter is configured by a string to split. |
| Modifier and Type | Method and Description |
|---|---|
void |
setIncludedLicense(String includeLicense)
Add a simple a include license to the list.
|
addEntryToList, getDatapublic AbstractAddThirdPartyMojo.IncludedLicenses()
AbstractAddThirdPartyMojo.includedLicenses parameter is configured by a list.public AbstractAddThirdPartyMojo.IncludedLicenses(String data)
AbstractAddThirdPartyMojo.includedLicenses parameter is configured by a string to split.data - the string to split to fill the list of data of the object.public void setIncludedLicense(String includeLicense)
includeLicense - the include license to add.Copyright © 2010–2014 Codehaus. All rights reserved.