Class CppSourceFiles

java.lang.Object
dev.nokee.companion.CppSourceFiles

public final class CppSourceFiles extends Object
Represents the shadow property for CppBinary.getCppSource() and CppComponent.getCppSource().
  • Constructor Details

    • CppSourceFiles

      public CppSourceFiles()
  • Method Details

    • cppSourceOf

      @Deprecated public static ShadowProperty<org.gradle.api.file.FileCollection> cppSourceOf(org.gradle.language.cpp.CppBinary binary)
      Deprecated.
      Returns the shadow property of CppBinary.getCppSource().
      Parameters:
      binary - the binary with C++ source.
      Returns:
      the property
    • cppSourceOf

      @Deprecated public static ShadowProperty<org.gradle.api.file.FileCollection> cppSourceOf(org.gradle.language.cpp.CppComponent component)
      Deprecated.
      Returns the shadow property of CppComponent.getCppSource().
      Parameters:
      component - the component with C++ source.
      Returns:
      the property