Class GradleComparators


  • public final class GradleComparators
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MODULE_IDENTIFIER_COMPARATOR

        public static final java.util.Comparator<org.gradle.api.artifacts.ModuleIdentifier> MODULE_IDENTIFIER_COMPARATOR
      • COMPONENT_IDENTIFIER_COMPARATOR

        public static final java.util.Comparator<org.gradle.api.artifacts.component.ComponentIdentifier> COMPONENT_IDENTIFIER_COMPARATOR
        Compare ModuleComponentIdentifier using MODULE_IDENTIFIER_COMPARATOR, but all other identifiers using ComponentIdentifier.getDisplayName().