Groovy Documentation

org.gradle.nativebinaries.plugins
[Groovy] Class NativeBinariesPlugin

java.lang.Object
  org.gradle.nativebinaries.plugins.NativeBinariesPlugin
All Implemented Interfaces:
Plugin

@Incubating
class NativeBinariesPlugin

A plugin that creates tasks used for constructing native binaries.


Method Summary
void apply(ProjectInternal project)

def createInstallTask(ProjectInternal project, ExecutableBinary executable)

def createTasks(ProjectInternal project, ProjectNativeBinaryInternal binary)

static boolean isBuildableBinary(ProjectNativeBinaryInternal binary)

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

Method Detail

apply

void apply(ProjectInternal project)


createInstallTask

def createInstallTask(ProjectInternal project, ExecutableBinary executable)


createTasks

def createTasks(ProjectInternal project, ProjectNativeBinaryInternal binary)


isBuildableBinary

static boolean isBuildableBinary(ProjectNativeBinaryInternal binary)


 

Gradle API 1.12