Class SimulationDependencySet

  • All Implemented Interfaces:
    org.gradle.nativeplatform.NativeDependencySet

    public class SimulationDependencySet
    extends java.lang.Object
    implements org.gradle.nativeplatform.NativeDependencySet
    • Constructor Summary

      Constructors 
      Constructor Description
      SimulationDependencySet​(org.gradle.api.file.ProjectLayout layout, 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()  
      • Methods inherited from class java.lang.Object

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

      • SimulationDependencySet

        @Inject
        public SimulationDependencySet​(org.gradle.api.file.ProjectLayout layout,
                                       org.gradle.api.file.FileCollection runtimeFiles)
    • Method Detail

      • getIncludeRoots

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

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

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