Interface ComponentWithInstallation
- All Superinterfaces:
- ComponentWithNativeRuntime,- Named,- SoftwareComponent
- All Known Subinterfaces:
- CppExecutable,- CppTestExecutable,- SwiftExecutable,- SwiftXCTestExecutable
Represents a native component that produces an application installation.
- Since:
- 4.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the installation directory.Provider<? extends InstallExecutable> Returns the install task.Returns the runtime libraries required for the installation.Methods inherited from interface org.gradle.language.nativeplatform.ComponentWithNativeRuntimegetBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
- 
Method Details- 
getRuntimeLibrariesFileCollection getRuntimeLibraries()Returns the runtime libraries required for the installation. Includes the runtime libraries of the component's dependencies.
- 
getInstallDirectoryReturns the installation directory.
- 
getInstallTaskProvider<? extends InstallExecutable> getInstallTask()Returns the install task.
 
-