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