Class FastDownloadDependencySet

  • All Implemented Interfaces:
    edu.wpi.first.vscode.dependencies.SourceContainingNativeDependencySet, org.gradle.nativeplatform.NativeDependencySet

    public class FastDownloadDependencySet
    extends java.lang.Object
    implements org.gradle.nativeplatform.NativeDependencySet, edu.wpi.first.vscode.dependencies.SourceContainingNativeDependencySet
    • Constructor Detail

      • FastDownloadDependencySet

        public FastDownloadDependencySet​(java.lang.String binaryName,
                                         org.gradle.api.Project project)
    • Method Detail

      • 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 edu.wpi.first.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