Groovy Documentation

org.gradle.api.internal.artifacts.dsl
Class BuildScriptTransformer

java.lang.Object
  org.gradle.api.internal.artifacts.dsl.BuildScriptTransformer
All Implemented Interfaces:
Transformer

class BuildScriptTransformer
extends java.lang.Object

Constructor Summary
BuildScriptTransformer()

 
Method Summary
void register(CompilationUnit compilationUnit)

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

Constructor Detail

BuildScriptTransformer

BuildScriptTransformer()


 
Method Detail

register

public void register(CompilationUnit compilationUnit)


 

Groovy Documentation