Class RhinoPlugin
- java.lang.Object
-
- org.gradle.plugins.javascript.rhino.RhinoPlugin
-
-
Constructor Summary
Constructors Constructor Description RhinoPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.void
configureDefaultRhinoDependency(Configuration configuration, DependencyHandler dependencyHandler, RhinoExtension extension)
-
-
-
Method Detail
-
apply
public void apply(Project project)
Description copied from interface:Plugin
Apply this plugin to the given target object.
-
configureDefaultRhinoDependency
public void configureDefaultRhinoDependency(Configuration configuration, DependencyHandler dependencyHandler, RhinoExtension extension)
-
-