public class LicensesFileManager extends Object
| Constructor and Description |
|---|
LicensesFileManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
createLicensesHtml(LicenseSummary licenseSummary,
String directoryPath)
Create a licenses.html file and download copy of each license for offline use.
|
void |
createLicensesXml(LicenseSummary licenseSummary,
String directoryPath)
Create a licenses.xml file.
|
public void createLicensesXml(LicenseSummary licenseSummary, String directoryPath) throws LicensesGeneratorException
licenseSummary - license summary XML element, which should be written to a licenses.xml file.directoryPath - directory where new file should be stored.LicensesGeneratorExceptionpublic void createLicensesHtml(LicenseSummary licenseSummary, String directoryPath) throws LicensesGeneratorException
licenseSummary - license summary XML element, which should be written to a licenses.xml file.directoryPath - directory where new file should be stored.LicensesGeneratorExceptionCopyright © 2018. All rights reserved.