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) Deprecated.static ShadowProperty<org.gradle.api.file.FileCollection>cppSourceOf(org.gradle.language.cpp.CppComponent component) Deprecated.
-
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 ofCppBinary.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 ofCppComponent.getCppSource().- Parameters:
component- the component with C++ source.- Returns:
- the property
-