Interface ComponentWithRuntimeUsage
- All Superinterfaces:
- ComponentWithNativeRuntime,- Named,- SoftwareComponent
- All Known Subinterfaces:
- CppExecutable,- CppSharedLibrary,- CppStaticLibrary,- SwiftSharedLibrary,- SwiftStaticLibrary
Represents a native component whose runtime file and dependencies are published for consumption by some other project.
- Since:
- 4.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the outgoing runtime elements of this component.Methods inherited from interface org.gradle.language.nativeplatform.ComponentWithNativeRuntimegetBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
- 
Method Details- 
getRuntimeElementsProvider<Configuration> getRuntimeElements()Returns the outgoing runtime elements of this component.
 
-