Interface CppSharedLibrary

All Superinterfaces:
CppBinary, Named, SoftwareComponent

@Incubating public interface CppSharedLibrary extends CppBinary
A shared library built from C++ source.
Since:
4.2
  • Method Details

    • getLinkFile

      Provider<RegularFile> getLinkFile()
      Returns the link-time file for this binary.
      Since:
      4.4
    • getRuntimeFile

      Provider<RegularFile> getRuntimeFile()
      Returns the run-time file for this binary.
      Since:
      4.4