Class Conf2ScopeMapping
java.lang.Object
org.gradle.api.artifacts.maven.Conf2ScopeMapping
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:
-
Constructor Summary
ConstructorsConstructorDescriptionConf2ScopeMapping(Integer priority, Configuration configuration, String scope) Constructs aConf2ScopeMapping. -
Method Summary
-
Constructor Details
-
Conf2ScopeMapping
Constructs aConf2ScopeMapping.- Parameters:
priority- The priority of this mappingconfiguration- The configuration namescope- The Maven scope name
-
-
Method Details
-
getPriority
Returns the priority. -
getConfiguration
Returns the dependency configuration name. -
getScope
Returns the Maven scope name. -
equals
-
hashCode
-