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 Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns the outgoing runtime elements of this component.Methods inherited from interface ComponentWithNativeRuntime
getBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
-
Method Details
-
getRuntimeElements
Provider<Configuration> getRuntimeElements()Returns the outgoing runtime elements of this component.
-