Groovy Documentation

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

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

static class ResolvedBundleArtifact.PomInfo

Represents information retrieved from a POM file.


Property Summary
java.util.List licenses

java.lang.String organization

 
Method Summary
boolean isEmpty()

StoredConfig toStoredConfig()

Convert to stored configuration.

 
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

licenses

final java.util.List licenses


organization

java.lang.String organization


 
Method Detail

isEmpty

boolean isEmpty()


toStoredConfig

StoredConfig toStoredConfig()
Convert to stored configuration.
Returns:
the represented configuration or null


 

Groovy Documentation