Class FastDownloadDependencySet
- java.lang.Object
-
- edu.wpi.first.nativeutils.dependencies.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 Summary
Constructors Constructor Description FastDownloadDependencySet(java.lang.String binaryName, org.gradle.api.Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfiguration(ArtifactType type, org.gradle.api.artifacts.Configuration configuration)org.gradle.api.file.FileCollectiongetIncludeRoots()org.gradle.api.file.FileCollectiongetLinkFiles()org.gradle.api.file.FileCollectiongetRuntimeFiles()org.gradle.api.file.FileCollectiongetSourceRoots()
-
-
-
Method Detail
-
addConfiguration
public void addConfiguration(ArtifactType type, org.gradle.api.artifacts.Configuration configuration)
-
getSourceRoots
public org.gradle.api.file.FileCollection getSourceRoots()
- Specified by:
getSourceRootsin interfaceedu.wpi.first.vscode.dependencies.SourceContainingNativeDependencySet
-
getIncludeRoots
public org.gradle.api.file.FileCollection getIncludeRoots()
- Specified by:
getIncludeRootsin interfaceorg.gradle.nativeplatform.NativeDependencySet
-
getLinkFiles
public org.gradle.api.file.FileCollection getLinkFiles()
- Specified by:
getLinkFilesin interfaceorg.gradle.nativeplatform.NativeDependencySet
-
getRuntimeFiles
public org.gradle.api.file.FileCollection getRuntimeFiles()
- Specified by:
getRuntimeFilesin interfaceorg.gradle.nativeplatform.NativeDependencySet
-
-