Package org.spdx.sbom.gradle.maven
Interface PomInfo
-
@Immutable public interface PomInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePomInfo.DeveloperInfostatic interfacePomInfo.LicenseInfo
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PomInfo.DeveloperInfo>getDevelopers()java.net.URIgetHomepage()java.util.List<PomInfo.LicenseInfo>getLicenses()java.util.Optional<org.apache.maven.model.Organization>getOrganization()
-
-
-
Method Detail
-
getLicenses
java.util.List<PomInfo.LicenseInfo> getLicenses()
-
getHomepage
java.net.URI getHomepage()
-
getOrganization
java.util.Optional<org.apache.maven.model.Organization> getOrganization()
-
getDevelopers
java.util.List<PomInfo.DeveloperInfo> getDevelopers()
-
-