Groovy Documentation

org.gradle.api.internal.plugins
Class PluginUtil

java.lang.Object
  org.gradle.api.internal.plugins.PluginUtil

class PluginUtil
extends java.lang.Object

author:
Hans Dockter


Property Summary
static Logger logger

 
Constructor Summary
PluginUtil()

 
Method Summary
static void applyCustomValues(Convention convention, def newPluginConvention, java.util.Map customValues)

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

Property Detail

logger

static Logger logger


 
Constructor Detail

PluginUtil

PluginUtil()


 
Method Detail

applyCustomValues

public static void applyCustomValues(Convention convention, def newPluginConvention, java.util.Map customValues)


 

Groovy Documentation