Package dev.nokee.companion
Class CppSourceFiles
java.lang.Object
dev.nokee.companion.CppSourceFiles
Represents the shadow property for
CppBinary.getCppSource() and CppComponent.getCppSource().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ShadowProperty<org.gradle.api.file.FileCollection>cppSourceOf(org.gradle.language.cpp.CppBinary binary) Returns the shadow property ofCppBinary.getCppSource().static ShadowProperty<org.gradle.api.file.FileCollection>cppSourceOf(org.gradle.language.cpp.CppComponent component) Returns the shadow property ofCppComponent.getCppSource().
-
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 ofCppBinary.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 ofCppComponent.getCppSource().- Parameters:
component- the component with C++ source.- Returns:
- the property
-