public static class AbstractAddThirdPartyMojo.ExcludedLicenses extends StringToList
AbstractAddThirdPartyMojo.excludedLicenses 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.ExcludedLicenses()
Default constructor used when
AbstractAddThirdPartyMojo.excludedLicenses parameter is configured by a list. |
AbstractAddThirdPartyMojo.ExcludedLicenses(String data)
Constructor used when
AbstractAddThirdPartyMojo.excludedLicenses parameter is configured by a string to split. |
| Modifier and Type | Method and Description |
|---|---|
void |
setExcludedLicense(String excludeLicense)
Add a simple exclude License to the list.
|
addEntryToList, getDatapublic AbstractAddThirdPartyMojo.ExcludedLicenses()
AbstractAddThirdPartyMojo.excludedLicenses parameter is configured by a list.public AbstractAddThirdPartyMojo.ExcludedLicenses(String data)
AbstractAddThirdPartyMojo.excludedLicenses parameter is configured by a string to split.data - the string to split to fill the list of data of the object.public void setExcludedLicense(String excludeLicense)
excludeLicense - the excludelicense to add.Copyright © 2010–2014 Codehaus. All rights reserved.