Groovy Documentation

org.standardout.gradle.plugin.platform.internal
[Groovy] Class ResolvedBundleArtifact.LicenseInfo

java.lang.Object
  org.standardout.gradle.plugin.platform.internal.ResolvedBundleArtifact.LicenseInfo

static class ResolvedBundleArtifact.LicenseInfo

Represents license information retrieved from a POM file.


Property Summary
java.lang.String licenseName

java.lang.String licenseUrl

 
Constructor Summary
ResolvedBundleArtifact.LicenseInfo(java.lang.String licenseName, java.lang.String licenseUrl)

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

licenseName

final java.lang.String licenseName


licenseUrl

final java.lang.String licenseUrl


 
Constructor Detail

ResolvedBundleArtifact.LicenseInfo

ResolvedBundleArtifact.LicenseInfo(java.lang.String licenseName, java.lang.String licenseUrl)


 

Groovy Documentation