Class CombinedIgnoreMissingPlatformNativeDependency

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

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

      • CombinedIgnoreMissingPlatformNativeDependency

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

      • getDependencies

        public abstract org.gradle.api.provider.MapProperty<java.lang.String,​java.util.List<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