org.zeroturnaround.jrebel.gradle
Class RebelPlugin

java.lang.Object
  extended by org.zeroturnaround.jrebel.gradle.RebelPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class RebelPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>

The main entry-point for the JRebel Gradle plugin.


Field Summary
static java.lang.String GENERATE_REBEL_TASK_NAME
          The name of the task that our plugin will define
static java.lang.String REBEL_EXTENSION_NAME
           
 
Constructor Summary
RebelPlugin()
           
 
Method Summary
 void apply(org.gradle.api.Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERATE_REBEL_TASK_NAME

public static final java.lang.String GENERATE_REBEL_TASK_NAME
The name of the task that our plugin will define

See Also:
Constant Field Values

REBEL_EXTENSION_NAME

public static final java.lang.String REBEL_EXTENSION_NAME
See Also:
Constant Field Values
Constructor Detail

RebelPlugin

public RebelPlugin()
Method Detail

apply

public void apply(org.gradle.api.Project project)
Specified by:
apply in interface org.gradle.api.Plugin<org.gradle.api.Project>