Package edu.wpi.first.gradlerio.wpi.cpp
Class WPIVendorMavenDependency
- java.lang.Object
-
- edu.wpi.first.nativeutils.dependencies.WPIMavenDependency
-
- edu.wpi.first.gradlerio.wpi.cpp.WPIVendorMavenDependency
-
- All Implemented Interfaces:
edu.wpi.first.nativeutils.dependencies.NativeDependency,org.gradle.api.Named
public abstract class WPIVendorMavenDependency extends edu.wpi.first.nativeutils.dependencies.WPIMavenDependency
-
-
Constructor Summary
Constructors Constructor Description WPIVendorMavenDependency(java.lang.String name, org.gradle.api.Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WPIVendorDepsExtension.CppArtifactgetArtifact()edu.wpi.first.nativeutils.dependencies.ResolvedNativeDependencyresolveNativeDependency(org.gradle.nativeplatform.NativeBinarySpec binary)voidsetArtifact(WPIVendorDepsExtension.CppArtifact artifact)
-
-
-
Method Detail
-
resolveNativeDependency
public edu.wpi.first.nativeutils.dependencies.ResolvedNativeDependency resolveNativeDependency(org.gradle.nativeplatform.NativeBinarySpec binary)
-
setArtifact
public void setArtifact(WPIVendorDepsExtension.CppArtifact artifact)
-
getArtifact
public WPIVendorDepsExtension.CppArtifact getArtifact()
-
-