Interface ComponentWithRuntimeFile

All Superinterfaces:
ComponentWithNativeRuntime, Named, SoftwareComponent
All Known Subinterfaces:
ComponentWithSharedLibrary, CppSharedLibrary, SwiftSharedLibrary

public interface ComponentWithRuntimeFile extends ComponentWithNativeRuntime
Represents a native component that produces a file to be used at runtime.
Since:
4.5
  • Method Details

    • getRuntimeFile

      Provider<RegularFile> getRuntimeFile()
      Returns the runtime file of this component.