org.codehaus.mojo.license
Class LicenseSummaryWriter
java.lang.Object
org.codehaus.mojo.license.LicenseSummaryWriter
public class LicenseSummaryWriter
- extends Object
A LicenseSummaryWriter.
- Since:
- 1.0
- Version:
- $Revision: 13519 $
- Author:
- Paul Gier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LicenseSummaryWriter
public LicenseSummaryWriter()
writeLicenseSummary
public static void writeLicenseSummary(List<ProjectLicenseInfo> dependencies,
File outputFile)
throws ParserConfigurationException,
TransformerException
- Throws:
ParserConfigurationException
TransformerException
createDependencyNode
public static Node createDependencyNode(Document doc,
ProjectLicenseInfo dep)
createLicenseNode
public static Node createLicenseNode(Document doc,
org.apache.maven.model.License lic)
Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.