Groovy Documentation

org.gradle.plugins.cpp.model
[Java] Interface CppExecutable

org.gradle.api.Named
  org.gradle.api.Buildable
      org.gradle.plugins.cpp.model.CppExecutable
All Superinterfaces:
Named, Buildable

public interface CppExecutable
extends Buildable, Named

An executable binary that can be built.


Method Summary
java.io.File getFile()

java.lang.String getName()

 
Methods inherited from interface Named
getName
 
Methods inherited from interface Buildable
getBuildDependencies
 

Method Detail

getFile

public java.io.File getFile()


getName

public java.lang.String getName()


 

Groovy Documentation