Class FastDownloadDependencySet

java.lang.Object
org.wpilib.nativeutils.dependencies.FastDownloadDependencySet
All Implemented Interfaces:
org.gradle.nativeplatform.NativeDependencySet, org.wpilib.vscode.dependencies.SourceContainingNativeDependencySet

public class FastDownloadDependencySet extends Object implements org.gradle.nativeplatform.NativeDependencySet, org.wpilib.vscode.dependencies.SourceContainingNativeDependencySet
  • Constructor Details

    • FastDownloadDependencySet

      public FastDownloadDependencySet(String binaryName, org.gradle.api.Project project)
  • Method Details

    • addConfiguration

      public void addConfiguration(ArtifactType type, org.gradle.api.artifacts.Configuration configuration)
    • getSourceRoots

      public org.gradle.api.file.FileCollection getSourceRoots()
      Specified by:
      getSourceRoots in interface org.wpilib.vscode.dependencies.SourceContainingNativeDependencySet
    • getIncludeRoots

      public org.gradle.api.file.FileCollection getIncludeRoots()
      Specified by:
      getIncludeRoots in interface org.gradle.nativeplatform.NativeDependencySet
    • getLinkFiles

      public org.gradle.api.file.FileCollection getLinkFiles()
      Specified by:
      getLinkFiles in interface org.gradle.nativeplatform.NativeDependencySet
    • getRuntimeFiles

      public org.gradle.api.file.FileCollection getRuntimeFiles()
      Specified by:
      getRuntimeFiles in interface org.gradle.nativeplatform.NativeDependencySet