|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LicensesList | |
---|---|
com.soebes.maven.plugins.mlv.model | |
com.soebes.maven.plugins.mlv.model.io.xpp3 |
Uses of LicensesList in com.soebes.maven.plugins.mlv.model |
---|
Fields in com.soebes.maven.plugins.mlv.model declared as LicensesList | |
---|---|
private LicensesList |
LicensesContainer.invalid
The invalid category defines licenses which are not ok. |
private LicensesList |
LicensesContainer.valid
The valid category defines licenses which are assumed to be ok. |
private LicensesList |
LicensesContainer.warning
The warning category defines licenses which are defined to be warning. |
Methods in com.soebes.maven.plugins.mlv.model that return LicensesList | |
---|---|
LicensesList |
LicensesContainer.getInvalid()
Get the invalid category defines licenses which are not ok. |
LicensesList |
LicensesContainer.getValid()
Get the valid category defines licenses which are assumed to be ok. |
LicensesList |
LicensesContainer.getWarning()
Get the warning category defines licenses which are defined to be warning. |
Methods in com.soebes.maven.plugins.mlv.model with parameters of type LicensesList | |
---|---|
void |
LicensesContainer.setInvalid(LicensesList invalid)
Set the invalid category defines licenses which are not ok. |
void |
LicensesContainer.setValid(LicensesList valid)
Set the valid category defines licenses which are assumed to be ok. |
void |
LicensesContainer.setWarning(LicensesList warning)
Set the warning category defines licenses which are defined to be warning. |
Uses of LicensesList in com.soebes.maven.plugins.mlv.model.io.xpp3 |
---|
Methods in com.soebes.maven.plugins.mlv.model.io.xpp3 that return LicensesList | |
---|---|
private LicensesList |
LicensesXpp3Reader.parseLicensesList(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLicensesList. |
Methods in com.soebes.maven.plugins.mlv.model.io.xpp3 with parameters of type LicensesList | |
---|---|
private void |
LicensesXpp3Writer.writeLicensesList(LicensesList licensesList,
String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLicensesList. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |