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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ShadowProperty<org.gradle.api.file.FileCollection>
    cppSourceOf(org.gradle.language.cpp.CppBinary binary)
    Returns the shadow property of CppBinary.getCppSource().
    static ShadowProperty<org.gradle.api.file.FileCollection>
    cppSourceOf(org.gradle.language.cpp.CppComponent component)
    Returns the shadow property of CppComponent.getCppSource().

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CppSourceFiles

      public CppSourceFiles()
  • Method Details

    • cppSourceOf

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

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