org.sonar.core.i18n
Class RuleI18nManager.RuleKey

java.lang.Object
  extended by org.sonar.core.i18n.RuleI18nManager.RuleKey
Enclosing class:
RuleI18nManager

public static class RuleI18nManager.RuleKey
extends Object


Method Summary
 boolean equals(Object o)
           
 String getKey()
           
 String getNameProperty()
           
 String getRepositoryKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getRepositoryKey

public String getRepositoryKey()

getKey

public String getKey()

getNameProperty

public String getNameProperty()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.