public class Conf2ScopeMapping extends Object
| コンストラクタと説明 | 
|---|
Conf2ScopeMapping(Integer priority,
                 Configuration configuration,
                 String scope)
Constructs a  
Conf2ScopeMapping. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
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()