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 Details

    • CustomDependencySet

      @Inject public CustomDependencySet(org.gradle.api.model.ObjectFactory objects)
  • Method Details

    • getIncludeRoots

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

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

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

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