Package org.codehaus.mojo.license.utils
Class StringToList
java.lang.Object
org.codehaus.mojo.license.utils.StringToList
- Direct Known Subclasses:
AbstractAddThirdPartyMojo.ExcludedLicenses
,AbstractAddThirdPartyMojo.IncludedLicenses
Object to convert in mojo a parameter from a some simple String to a List.
See (http://jira.codehaus.org/browse/MLICENSE-53).
- Since:
- 1.4
- Author:
- tchemit dev@tchemit.fr
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LIST_OF_LICENSES_REG_EX
Regular expression to split license list.- See Also:
-
-
Constructor Details
-
StringToList
public StringToList() -
StringToList
- Parameters:
data
- a list of licenses or a URL- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-
Method Details
-
getData
-
addEntryToList
-