Class Conf2ScopeMapping


  • public class Conf2ScopeMapping
    extends Object
    An immutable mapping to map a dependency configuration to a Maven scope. This class has implemented equality and hashcode based on its values not on object identity.
    See Also:
    Conf2ScopeMappingContainer
    • Constructor Detail

      • Conf2ScopeMapping

        public Conf2ScopeMapping​(Integer priority,
                                 Configuration configuration,
                                 String scope)
        Constructs a Conf2ScopeMapping.
        Parameters:
        priority - The priority of this mapping
        configuration - The configuration name
        scope - The Maven scope name
    • Method Detail

      • getPriority

        public Integer getPriority()
        Returns the priority.
      • getConfiguration

        public Configuration getConfiguration()
        Returns the dependency configuration name.
      • getScope

        public String getScope()
        Returns the Maven scope name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object