Uses of Class
org.wildfly.maven.plugins.licenses.model.ProjectLicenseInfo
-
Packages that use ProjectLicenseInfo Package Description org.wildfly.maven.plugins.licenses org.wildfly.maven.plugins.licenses.model -
-
Uses of ProjectLicenseInfo in org.wildfly.maven.plugins.licenses
Method parameters in org.wildfly.maven.plugins.licenses with type arguments of type ProjectLicenseInfo Modifier and Type Method Description voidLicensesFileWriter. writeLicenseSummary(List<ProjectLicenseInfo> dependencies, File outputFile) -
Uses of ProjectLicenseInfo in org.wildfly.maven.plugins.licenses.model
Methods in org.wildfly.maven.plugins.licenses.model that return types with arguments of type ProjectLicenseInfo Modifier and Type Method Description List<ProjectLicenseInfo>ProjectInfo. getDependenciesList()Method parameters in org.wildfly.maven.plugins.licenses.model with type arguments of type ProjectLicenseInfo Modifier and Type Method Description voidProjectInfo. setDependenciesList(List<ProjectLicenseInfo> dependenciesList)
-