|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LicensesContainer | |
|---|---|
| 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.io.xpp3 | |
| Uses of LicensesContainer in com.soebes.maven.plugins.mlv |
|---|
| Fields in com.soebes.maven.plugins.mlv declared as LicensesContainer | |
|---|---|
protected LicensesContainer |
AbstractLicenseVerifierPlugIn.licensesContainer
|
| Uses of LicensesContainer in com.soebes.maven.plugins.mlv.licenses |
|---|
| Fields in com.soebes.maven.plugins.mlv.licenses declared as LicensesContainer | |
|---|---|
private LicensesContainer |
LicenseValidator.licensesContainer
Where the licenses are stored. |
| Methods in com.soebes.maven.plugins.mlv.licenses that return LicensesContainer | |
|---|---|
static LicensesContainer |
LicensesFile.getLicenses(File licenseFile)
Load the licenses.xml file and convert it into LicenseContainer class to have the information of the licenses.xml file available. |
static LicensesContainer |
LicensesFile.getLicenses(InputStream licensesInputStream)
Load the licenses.xml file from an InputStream which usually means via getResourceAsStream(). |
| Methods in com.soebes.maven.plugins.mlv.licenses with parameters of type LicensesContainer | |
|---|---|
static String |
LicensesFile.toString(LicensesContainer licensesContainer)
We convert the LicensesContainer into a string. |
| Constructors in com.soebes.maven.plugins.mlv.licenses with parameters of type LicensesContainer | |
|---|---|
LicenseValidator(LicensesContainer licensesContainer)
|
|
| Uses of LicensesContainer in com.soebes.maven.plugins.mlv.model.io.xpp3 |
|---|
| Methods in com.soebes.maven.plugins.mlv.model.io.xpp3 that return LicensesContainer | |
|---|---|
private LicensesContainer |
LicensesXpp3Reader.parseLicensesContainer(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLicensesContainer. |
LicensesContainer |
LicensesXpp3Reader.read(InputStream in)
Method read. |
LicensesContainer |
LicensesXpp3Reader.read(InputStream in,
boolean strict)
Method read. |
LicensesContainer |
LicensesXpp3Reader.read(Reader reader)
|
LicensesContainer |
LicensesXpp3Reader.read(Reader reader,
boolean strict)
|
private LicensesContainer |
LicensesXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method read. |
| Methods in com.soebes.maven.plugins.mlv.model.io.xpp3 with parameters of type LicensesContainer | |
|---|---|
void |
LicensesXpp3Writer.write(OutputStream stream,
LicensesContainer licensesContainer)
Method write. |
void |
LicensesXpp3Writer.write(Writer writer,
LicensesContainer licensesContainer)
Method write. |
private void |
LicensesXpp3Writer.writeLicensesContainer(LicensesContainer licensesContainer,
String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLicensesContainer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||