Class 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.ConfigurableFileCollection getIncludeRoots()  
      org.gradle.api.file.ConfigurableFileCollection getLinkFiles()  
      org.gradle.api.file.ConfigurableFileCollection getRuntimeFiles()  
      org.gradle.api.file.ConfigurableFileCollection getSourceRoots()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomDependencySet

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

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