|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.Namedorg.gradle.api.Buildable
org.gradle.plugins.cpp.model.CppExecutable
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 |
|---|
public java.io.File getFile()
public java.lang.String getName()
Groovy Documentation