Class CustomDependencySet
- java.lang.Object
-
- edu.wpi.first.nativeutils.dependencies.CustomDependencySet
-
- All Implemented Interfaces:
edu.wpi.first.vscode.dependencies.SourceContainingNativeDependencySet,org.gradle.nativeplatform.NativeDependencySet
public class CustomDependencySet extends java.lang.Object implements org.gradle.nativeplatform.NativeDependencySet, edu.wpi.first.vscode.dependencies.SourceContainingNativeDependencySet
-
-
Constructor Summary
Constructors Constructor Description CustomDependencySet(org.gradle.api.model.ObjectFactory objects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gradle.api.file.ConfigurableFileCollectiongetIncludeRoots()org.gradle.api.file.ConfigurableFileCollectiongetLinkFiles()org.gradle.api.file.ConfigurableFileCollectiongetRuntimeFiles()org.gradle.api.file.ConfigurableFileCollectiongetSourceRoots()
-
-
-
Method Detail
-
getIncludeRoots
public org.gradle.api.file.ConfigurableFileCollection getIncludeRoots()
- Specified by:
getIncludeRootsin interfaceorg.gradle.nativeplatform.NativeDependencySet
-
getLinkFiles
public org.gradle.api.file.ConfigurableFileCollection getLinkFiles()
- Specified by:
getLinkFilesin interfaceorg.gradle.nativeplatform.NativeDependencySet
-
getRuntimeFiles
public org.gradle.api.file.ConfigurableFileCollection getRuntimeFiles()
- Specified by:
getRuntimeFilesin interfaceorg.gradle.nativeplatform.NativeDependencySet
-
getSourceRoots
public org.gradle.api.file.ConfigurableFileCollection getSourceRoots()
- Specified by:
getSourceRootsin interfaceedu.wpi.first.vscode.dependencies.SourceContainingNativeDependencySet
-
-