Package org.gradle.language.cpp
Interface CppExecutable
- All Superinterfaces:
 BuildableComponent,ComponentWithCoordinates,ComponentWithDependencies,ComponentWithExecutable,ComponentWithInstallation,ComponentWithNativeRuntime,ComponentWithObjectFiles,ComponentWithOutputs,ComponentWithRuntimeUsage,CppBinary,Named,PublishableComponent,SoftwareComponent
public interface CppExecutable
extends CppBinary, ComponentWithExecutable, ComponentWithInstallation, ComponentWithOutputs, ComponentWithRuntimeUsage, PublishableComponent
An executable built from C++ source.
- Since:
 - 4.2
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer - 
Field Summary
Fields inherited from interface org.gradle.language.cpp.CppBinary
DEBUGGABLE_ATTRIBUTE, LINKAGE_ATTRIBUTE, OPTIMIZED_ATTRIBUTE - 
Method Summary
Modifier and TypeMethodDescriptionReturns the executable file to use with a debugger for this executable.Methods inherited from interface org.gradle.api.component.ComponentWithCoordinates
getCoordinatesMethods inherited from interface org.gradle.language.ComponentWithDependencies
getDependenciesMethods inherited from interface org.gradle.language.nativeplatform.ComponentWithExecutable
getExecutableFile, getExecutableFileProducer, getLinkLibraries, getLinkTaskMethods inherited from interface org.gradle.language.nativeplatform.ComponentWithInstallation
getInstallDirectory, getInstallTask, getRuntimeLibrariesMethods inherited from interface org.gradle.language.nativeplatform.ComponentWithNativeRuntime
getBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimizedMethods inherited from interface org.gradle.language.nativeplatform.ComponentWithObjectFiles
getObjectsMethods inherited from interface org.gradle.language.ComponentWithOutputs
getOutputsMethods inherited from interface org.gradle.language.nativeplatform.ComponentWithRuntimeUsage
getRuntimeElementsMethods inherited from interface org.gradle.language.cpp.CppBinary
getCompileIncludePath, getCompileTask, getCppSource, getLinkLibraries, getRuntimeLibraries, getTargetPlatform 
- 
Method Details
- 
getDebuggerExecutableFile
Provider<RegularFile> getDebuggerExecutableFile()Returns the executable file to use with a debugger for this executable.- Since:
 - 4.5
 
 
 -