Class CustomDependencySet
java.lang.Object
org.wpilib.nativeutils.dependencies.CustomDependencySet
- All Implemented Interfaces:
org.gradle.nativeplatform.NativeDependencySet,org.wpilib.vscode.dependencies.SourceContainingNativeDependencySet
public class CustomDependencySet
extends Object
implements org.gradle.nativeplatform.NativeDependencySet, org.wpilib.vscode.dependencies.SourceContainingNativeDependencySet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.file.ConfigurableFileCollectionorg.gradle.api.file.ConfigurableFileCollectionorg.gradle.api.file.ConfigurableFileCollectionorg.gradle.api.file.ConfigurableFileCollection
-
Constructor Details
-
CustomDependencySet
@Inject public CustomDependencySet(org.gradle.api.model.ObjectFactory objects)
-
-
Method Details
-
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 interfaceorg.wpilib.vscode.dependencies.SourceContainingNativeDependencySet
-