Interface LicenseMap
-
- All Known Implementing Classes:
MavenProjectLicenses
public interface LicenseMapTo be implemented by different project/build-framework scanners presenting licenses of dependencies.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<org.apache.maven.model.License,Set<org.apache.maven.artifact.Artifact>>getLicenseMap()
-