Uses of Class
me.snowdrop.licenses.LicensesGeneratorException
-
Packages that use LicensesGeneratorException Package Description me.snowdrop.licenses -
-
Uses of LicensesGeneratorException in me.snowdrop.licenses
Methods in me.snowdrop.licenses that throw LicensesGeneratorException Modifier and Type Method Description voidLicensesFileManager. createLicensesHtml(LicenseSummary licenseSummary, java.lang.String directoryPath)Create a licenses.html file and download copy of each license for offline use.voidLicensesFileManager. createLicensesXml(LicenseSummary licenseSummary, java.lang.String directoryPath)Create a licenses.xml file.voidLicensesGenerator. generateLicensesForGavs(java.util.Collection<Gav> gavs, java.lang.String resultPath)voidLicensesGenerator. generateLicensesForPom(java.lang.String pomPath, java.lang.String resultPath)Constructors in me.snowdrop.licenses that throw LicensesGeneratorException Constructor Description LicensesGenerator()LicensesGenerator(GeneratorProperties generatorProperties)
-