Class ResolvedNativeDependency


  • public class ResolvedNativeDependency
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolvedNativeDependency​(org.gradle.api.file.FileCollection includeRoots, org.gradle.api.file.FileCollection sourceRoots, org.gradle.api.file.FileCollection linkFiles, org.gradle.api.file.FileCollection runtimeFiles)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.gradle.api.file.FileCollection getIncludeRoots()  
      org.gradle.api.file.FileCollection getLinkFiles()  
      org.gradle.api.file.FileCollection getRuntimeFiles()  
      org.gradle.api.file.FileCollection getSourceRoots()  
      • Methods inherited from class java.lang.Object

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

      • ResolvedNativeDependency

        public ResolvedNativeDependency​(org.gradle.api.file.FileCollection includeRoots,
                                        org.gradle.api.file.FileCollection sourceRoots,
                                        org.gradle.api.file.FileCollection linkFiles,
                                        org.gradle.api.file.FileCollection runtimeFiles)
    • Method Detail

      • getIncludeRoots

        public org.gradle.api.file.FileCollection getIncludeRoots()
      • getLinkFiles

        public org.gradle.api.file.FileCollection getLinkFiles()
      • getRuntimeFiles

        public org.gradle.api.file.FileCollection getRuntimeFiles()
      • getSourceRoots

        public org.gradle.api.file.FileCollection getSourceRoots()