public class Conf2ScopeMapping extends Object
Conf2ScopeMappingContainer
Constructor and Description |
---|
Conf2ScopeMapping(Integer priority,
Configuration configuration,
String scope)
Constructs a
Conf2ScopeMapping . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Configuration |
getConfiguration()
Returns the dependency configuration name.
|
Integer |
getPriority()
Returns the priority.
|
String |
getScope()
Returns the Maven scope name.
|
int |
hashCode() |
public Conf2ScopeMapping(Integer priority, Configuration configuration, String scope)
Conf2ScopeMapping
.priority
- The priority of this mappingconfiguration
- The configuration namescope
- The Maven scope namepublic Integer getPriority()
public Configuration getConfiguration()
public String getScope()