Class LicensedArtifact
java.lang.Object
org.codehaus.mojo.license.download.LicensedArtifact
- Since:
- 1.20
- Author:
- Peter Palaga, Jan-Hendrik Diederich (for the extended information)
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LicensedArtifact.Builder
builder
(org.apache.maven.artifact.Artifact artifact, boolean useNonMavenData) boolean
Gets the extended information.int
hashCode()
-
Method Details
-
builder
public static LicensedArtifact.Builder builder(org.apache.maven.artifact.Artifact artifact, boolean useNonMavenData) -
hashCode
public int hashCode() -
equals
-
getGroupId
-
getArtifactId
-
getVersion
-
getLicenses
-
getErrorMessages
-
getExtendedInfos
Gets the extended information.- Returns:
- Extended information.
- Since:
- 2.1.0
-