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