Groovy Documentation

org.gradle.api.internal.artifacts.publish.maven
Class DefaultMavenPom

java.lang.Object
  org.gradle.api.internal.artifacts.publish.maven.DefaultMavenPom
All Implemented Interfaces:
MavenPom

class DefaultMavenPom
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
DefaultMavenPom(Conf2ScopeMappingContainer scopeMappings)

 
Method Summary
MavenPom copy()

java.lang.String getArtifactId()

java.lang.String getClassifier()

java.lang.String getGroupId()

java.lang.String getLicenseHeader()

java.lang.String getPackaging()

Conf2ScopeMappingContainer getScopeMappings()

java.lang.String getVersion()

void setArtifactId(java.lang.String artifactId)

void setClassifier(java.lang.String classifier)

void setGroupId(java.lang.String groupId)

void setLicenseHeader(java.lang.String licenseHeader)

void setPackaging(java.lang.String packaging)

void setVersion(java.lang.String version)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

DefaultMavenPom

public DefaultMavenPom(Conf2ScopeMappingContainer scopeMappings)


 
Method Detail

copy

public MavenPom copy()


getArtifactId

public java.lang.String getArtifactId()


getClassifier

public java.lang.String getClassifier()


getGroupId

public java.lang.String getGroupId()


getLicenseHeader

public java.lang.String getLicenseHeader()


getPackaging

public java.lang.String getPackaging()


getScopeMappings

public Conf2ScopeMappingContainer getScopeMappings()


getVersion

public java.lang.String getVersion()


setArtifactId

public void setArtifactId(java.lang.String artifactId)


setClassifier

public void setClassifier(java.lang.String classifier)


setGroupId

public void setGroupId(java.lang.String groupId)


setLicenseHeader

public void setLicenseHeader(java.lang.String licenseHeader)


setPackaging

public void setPackaging(java.lang.String packaging)


setVersion

public void setVersion(java.lang.String version)


 

Groovy Documentation