com.soebes.maven.plugins.mlv.model.io.xpp3
Class LicensesXpp3Writer

java.lang.Object
  extended by com.soebes.maven.plugins.mlv.model.io.xpp3.LicensesXpp3Writer

public class LicensesXpp3Writer
extends Object

Class LicensesXpp3Writer.

Version:
$Revision$ $Date$

Field Summary
private static String NAMESPACE
          Field NAMESPACE.
 
Constructor Summary
LicensesXpp3Writer()
           
 
Method Summary
 void write(OutputStream stream, LicensesContainer licensesContainer)
          Method write.
 void write(Writer writer, LicensesContainer licensesContainer)
          Method write.
private  void writeLicenseItem(LicenseItem licenseItem, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeLicenseItem.
private  void writeLicensesContainer(LicensesContainer licensesContainer, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeLicensesContainer.
private  void writeLicensesList(LicensesList licensesList, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeLicensesList.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

private static final String NAMESPACE
Field NAMESPACE.

Constructor Detail

LicensesXpp3Writer

public LicensesXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  LicensesContainer licensesContainer)
           throws IOException
Method write.

Parameters:
writer -
licensesContainer -
Throws:
IOException

write

public void write(OutputStream stream,
                  LicensesContainer licensesContainer)
           throws IOException
Method write.

Parameters:
stream -
licensesContainer -
Throws:
IOException

writeLicenseItem

private void writeLicenseItem(LicenseItem licenseItem,
                              String tagName,
                              org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
                       throws IOException
Method writeLicenseItem.

Parameters:
licenseItem -
serializer -
tagName -
Throws:
IOException

writeLicensesContainer

private void writeLicensesContainer(LicensesContainer licensesContainer,
                                    String tagName,
                                    org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
                             throws IOException
Method writeLicensesContainer.

Parameters:
licensesContainer -
serializer -
tagName -
Throws:
IOException

writeLicensesList

private void writeLicensesList(LicensesList licensesList,
                               String tagName,
                               org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
                        throws IOException
Method writeLicensesList.

Parameters:
licensesList -
serializer -
tagName -
Throws:
IOException


Copyright © 2009-2011 SoftwareEntwicklung Beratung Schulung. All Rights Reserved.