Class AllPlatformsCombinedNativeDependency

  • All Implemented Interfaces:
    NativeDependency, org.gradle.api.Named

    public abstract class AllPlatformsCombinedNativeDependency
    extends java.lang.Object
    implements NativeDependency
    • Constructor Detail

      • AllPlatformsCombinedNativeDependency

        @Inject
        public AllPlatformsCombinedNativeDependency​(java.lang.String name,
                                                    org.gradle.api.NamedDomainObjectCollection<NativeDependency> dependencyCollection)
    • Method Detail

      • getDependencies

        public abstract org.gradle.api.provider.ListProperty<java.lang.String> getDependencies()
      • getProjectLayout

        @Inject
        public org.gradle.api.file.ProjectLayout getProjectLayout()
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.gradle.api.Named