|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.soebes.maven.plugins.mlv.model.LicensesContainer
public class LicensesContainer
The Licenses file defines the three categories which are used to categorize the different licenses of the artifacts.
Field Summary | |
---|---|
private LicensesList |
invalid
The invalid category defines licenses which are not ok. |
private String |
modelEncoding
Field modelEncoding. |
private LicensesList |
valid
The valid category defines licenses which are assumed to be ok. |
private LicensesList |
warning
The warning category defines licenses which are defined to be warning. |
Constructor Summary | |
---|---|
LicensesContainer()
|
Method Summary | |
---|---|
LicensesList |
getInvalid()
Get the invalid category defines licenses which are not ok. |
String |
getModelEncoding()
Get the modelEncoding field. |
LicensesList |
getValid()
Get the valid category defines licenses which are assumed to be ok. |
LicensesList |
getWarning()
Get the warning category defines licenses which are defined to be warning. |
void |
setInvalid(LicensesList invalid)
Set the invalid category defines licenses which are not ok. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setValid(LicensesList valid)
Set the valid category defines licenses which are assumed to be ok. |
void |
setWarning(LicensesList warning)
Set the warning category defines licenses which are defined to be warning. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private LicensesList valid
private LicensesList invalid
private LicensesList warning
private String modelEncoding
Constructor Detail |
---|
public LicensesContainer()
Method Detail |
---|
public LicensesList getInvalid()
public String getModelEncoding()
public LicensesList getValid()
public LicensesList getWarning()
public void setInvalid(LicensesList invalid)
invalid
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setValid(LicensesList valid)
valid
- public void setWarning(LicensesList warning)
warning
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |