org.sonar.api.config
Class GlobalPropertyChangeHandler.PropertyChange

java.lang.Object
  extended by org.sonar.api.config.GlobalPropertyChangeHandler.PropertyChange
Enclosing class:
GlobalPropertyChangeHandler

public static final class GlobalPropertyChangeHandler.PropertyChange
extends Object


Method Summary
static GlobalPropertyChangeHandler.PropertyChange create(String key, String newValue)
           
 String getKey()
           
 String getNewValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static GlobalPropertyChangeHandler.PropertyChange create(String key,
                                                                @Nullable
                                                                String newValue)

getKey

public String getKey()

getNewValue

public String getNewValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2014 SonarSource. All rights reserved.