Groovy Documentation

com.evinceframework.gradle.dojoBuilder
[Groovy] Class DojoBuilderPlugin

java.lang.Object
  com.evinceframework.gradle.dojoBuilder.DojoBuilderPlugin
All Implemented Interfaces:
Plugin

class DojoBuilderPlugin

Provides a Gradle Plugin for a project that will take a set of javascript files and build using the Dojo Toolkit SDK.

Authors:
Craig Swing
See Also:
Plugin
Project
Since:
0.1.0


Method Summary
void apply(Project project)

Apply the plugin to the project

java.lang.Object createProfileContent(java.lang.Object binding)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), 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()
 

Method Detail

apply

@Override
void apply(Project project)
Apply the plugin to the project
See Also:
Plugin#apply(Object)#apply(Object)


createProfileContent

java.lang.Object createProfileContent(java.lang.Object binding)


 

Groovy Documentation