|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.plugins.cpp.gpp.GppCompileSpec
class GppCompileSpec extends Object
Property Summary | |
---|---|
String |
baseName
|
Binary |
binary
|
String |
extension
|
String |
outputFileName
|
List |
settings
|
Compile |
task
|
Constructor Summary | |
GppCompileSpec(Binary binary)
|
Method Summary | |
---|---|
void
|
args(Object... args)
|
void
|
compile()
|
void
|
from(CppSourceSet sourceSet)
|
String
|
getBaseName()
|
String
|
getName()
|
File
|
getOutputFile()
|
String
|
getOutputFileName()
|
protected org.gradle.api.internal.project.ProjectInternal
|
getProject()
|
File
|
getWorkDir()
|
void
|
includes(SourceDirectorySet dirs)
|
void
|
includes(FileCollection includeRoots)
|
void
|
includes(Iterable includeRoots)
|
protected def
|
init()
|
void
|
libs(Iterable libs)
|
void
|
setting(Closure closure)
|
void
|
sharedLibrary()
|
void
|
source(Iterable files)
|
void
|
source(FileCollection files)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
String baseName
Binary binary
String extension
String outputFileName
List settings
final Compile task
Constructor Detail |
---|
GppCompileSpec(Binary binary)
Method Detail |
---|
void args(Object... args)
void compile()
void from(CppSourceSet sourceSet)
String getBaseName()
String getName()
File getOutputFile()
String getOutputFileName()
protected org.gradle.api.internal.project.ProjectInternal getProject()
File getWorkDir()
void includes(SourceDirectorySet dirs)
void includes(FileCollection includeRoots)
void includes(Iterable includeRoots)
protected def init()
void libs(Iterable libs)
void setting(Closure closure)
void sharedLibrary()
void source(Iterable files)
void source(FileCollection files)
Gradle API 1.0-milestone-8a