Interface ComponentWithRuntimeFile
- All Superinterfaces:
- ComponentWithNativeRuntime,- Named,- SoftwareComponent
- All Known Subinterfaces:
- ComponentWithSharedLibrary,- CppSharedLibrary,- SwiftSharedLibrary
Represents a native component that produces a file to be used at runtime.
- Since:
- 4.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the runtime file of this component.Methods inherited from interface org.gradle.language.nativeplatform.ComponentWithNativeRuntimegetBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
- 
Method Details- 
getRuntimeFileProvider<RegularFile> getRuntimeFile()Returns the runtime file of this component.
 
-