Interface ComponentWithObjectFiles

All Superinterfaces:
ComponentWithNativeRuntime, Named, SoftwareComponent
All Known Subinterfaces:
CppBinary, CppExecutable, CppSharedLibrary, CppStaticLibrary, CppTestExecutable, SwiftBinary, SwiftExecutable, SwiftSharedLibrary, SwiftStaticLibrary, SwiftXCTestBinary, SwiftXCTestBundle, SwiftXCTestExecutable

public interface ComponentWithObjectFiles extends ComponentWithNativeRuntime
Represents a component that produces object files.
Since:
4.5
  • Method Details

    • getObjects

      FileCollection getObjects()
      Returns the object files created for this component.