Interface ComponentWithObjectFiles
- All Superinterfaces:
- ComponentWithNativeRuntime,- Named,- SoftwareComponent
- All Known Subinterfaces:
- CppBinary,- CppExecutable,- CppSharedLibrary,- CppStaticLibrary,- CppTestExecutable,- SwiftBinary,- SwiftExecutable,- SwiftSharedLibrary,- SwiftStaticLibrary,- SwiftXCTestBinary,- SwiftXCTestBundle,- SwiftXCTestExecutable
Represents a component that produces object files.
- Since:
- 4.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the object files created for this component.Methods inherited from interface org.gradle.language.nativeplatform.ComponentWithNativeRuntimegetBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
- 
Method Details- 
getObjectsFileCollection getObjects()Returns the object files created for this component.
 
-