|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LicenseItem | |
---|---|
com.soebes.maven.plugins.mlv | This is the package in formation for this package. |
com.soebes.maven.plugins.mlv.licenses | |
com.soebes.maven.plugins.mlv.model | |
com.soebes.maven.plugins.mlv.model.io.xpp3 |
Uses of LicenseItem in com.soebes.maven.plugins.mlv |
---|
Method parameters in com.soebes.maven.plugins.mlv with type arguments of type LicenseItem | |
---|---|
private void |
LicenseVerifierReport.doGenerateReportLicensesConfiguration(ResourceBundle bundle,
org.codehaus.doxia.sink.Sink sink,
String header,
List<LicenseItem> licenseItems)
|
Uses of LicenseItem in com.soebes.maven.plugins.mlv.licenses |
---|
Methods in com.soebes.maven.plugins.mlv.licenses that return types with arguments of type LicenseItem | |
---|---|
List<LicenseItem> |
LicenseValidator.getInvalid()
This will return the Invalid license list from the license.xml file or an empty list if no such area is defined in the license.xml file. |
List<LicenseItem> |
LicenseValidator.getValid()
This will return the valid licenses or an empty List if no such entry in the license.xml file exist. |
List<LicenseItem> |
LicenseValidator.getWarning()
This will return the list of licenses which are defined in the warning area of the license.xml file or an empty list if no such area has been defined in the license.xml file. |
Methods in com.soebes.maven.plugins.mlv.licenses with parameters of type LicenseItem | |
---|---|
private boolean |
LicenseValidator.checkNames(LicenseItem item,
org.apache.maven.model.License cl)
Check the given License Name against the CheckLicense which can contain more than one. |
private boolean |
LicenseValidator.checkNamesAndURLs(LicenseItem item,
org.apache.maven.model.License cl)
This method will check if the given License name and URL is existing in the given CheckLicense class which contains a single License which can be described with multiple names and multiple URL's. |
private boolean |
LicenseValidator.checkNamesOrURLs(LicenseItem item,
org.apache.maven.model.License cl)
This method will check if the given License name or url is existing in the given CheckLicense class which contains a single License which can be described with multiple names and multiple URL's. |
private boolean |
LicenseValidator.checkUrls(LicenseItem item,
org.apache.maven.model.License cl)
Check the given License URL against the CheckLicense which can contain more than one. |
Method parameters in com.soebes.maven.plugins.mlv.licenses with type arguments of type LicenseItem | |
---|---|
private boolean |
LicenseValidator.check(List<LicenseItem> checkList,
org.apache.maven.model.License cl)
This will check the given License against the given list of licenses. |
private String |
LicenseValidator.checkId(List<LicenseItem> checkList,
org.apache.maven.model.License cl)
|
void |
LicenseValidator.setInvalid(ArrayList<LicenseItem> invalid)
|
void |
LicenseValidator.setValid(List<LicenseItem> valid)
|
void |
LicenseValidator.setWarning(ArrayList<LicenseItem> warning)
|
Uses of LicenseItem in com.soebes.maven.plugins.mlv.model |
---|
Fields in com.soebes.maven.plugins.mlv.model with type parameters of type LicenseItem | |
---|---|
private List<LicenseItem> |
LicensesList.licenses
Field licenses. |
Methods in com.soebes.maven.plugins.mlv.model that return types with arguments of type LicenseItem | |
---|---|
List<LicenseItem> |
LicensesList.getLicenses()
Method getLicenses. |
Methods in com.soebes.maven.plugins.mlv.model with parameters of type LicenseItem | |
---|---|
void |
LicensesList.addLicense(LicenseItem licenseItem)
Method addLicense. |
void |
LicensesList.removeLicense(LicenseItem licenseItem)
Method removeLicense. |
Method parameters in com.soebes.maven.plugins.mlv.model with type arguments of type LicenseItem | |
---|---|
void |
LicensesList.setLicenses(List<LicenseItem> licenses)
Set licenses (sequence). |
Uses of LicenseItem in com.soebes.maven.plugins.mlv.model.io.xpp3 |
---|
Methods in com.soebes.maven.plugins.mlv.model.io.xpp3 that return LicenseItem | |
---|---|
private LicenseItem |
LicensesXpp3Reader.parseLicenseItem(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLicenseItem. |
Methods in com.soebes.maven.plugins.mlv.model.io.xpp3 with parameters of type LicenseItem | |
---|---|
private void |
LicensesXpp3Writer.writeLicenseItem(LicenseItem licenseItem,
String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLicenseItem. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |