org.gradle.plugins.cpp.model
Interface CppExecutable

All Superinterfaces:
Buildable, Named

public interface CppExecutable
extends Buildable, Named

An executable binary that can be built.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
 
Method Summary
 File getFile()
           
 String getName()
          The object's name.
 
Methods inherited from interface org.gradle.api.Buildable
getBuildDependencies
 

Method Detail

getName

String getName()
Description copied from interface: Named
The object's name.

Must be constant for the life of the object.

Specified by:
getName in interface Named
Returns:
The name. Never null.

getFile

File getFile()