Groovy Documentation

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

java.lang.Object
  org.gradle.api.internal.artifacts.publish.maven.DefaultMavenPomFactory
All Implemented Interfaces:
MavenPomFactory

class DefaultMavenPomFactory
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
DefaultMavenPomFactory(Conf2ScopeMappingContainer conf2ScopeMappingContainer)

 
Method Summary
MavenPom createMavenPom()

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

Constructor Detail

DefaultMavenPomFactory

public DefaultMavenPomFactory(Conf2ScopeMappingContainer conf2ScopeMappingContainer)


 
Method Detail

createMavenPom

public MavenPom createMavenPom()


 

Groovy Documentation