@Deprecated
public class Conf2ScopeMapping
extends java.lang.Object
Conf2ScopeMappingContainer| Constructor | Description |
|---|---|
Conf2ScopeMapping(java.lang.Integer priority,
Configuration configuration,
java.lang.String scope) |
Deprecated.
Constructs a
Conf2ScopeMapping. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
Deprecated.
|
Configuration |
getConfiguration() |
Deprecated.
Returns the dependency configuration name.
|
java.lang.Integer |
getPriority() |
Deprecated.
Returns the priority.
|
java.lang.String |
getScope() |
Deprecated.
Returns the Maven scope name.
|
int |
hashCode() |
Deprecated.
|
java.lang.String |
toString() |
Deprecated.
|
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.Objectpublic java.lang.String toString()
toString in class java.lang.Object