org.sonar.core.configuration
Class ConfigurationLogger

java.lang.Object
  extended by org.sonar.core.configuration.ConfigurationLogger

public class ConfigurationLogger
extends java.lang.Object


Constructor Summary
ConfigurationLogger(org.apache.commons.configuration.Configuration configuration)
           
 
Method Summary
protected  void displayPropertiesIfDebugEnabled()
           
protected  int getPropertyLengthToDisplay()
           
protected  java.lang.String getTruncatedProperty(java.lang.String key)
           
protected  boolean isDebugEnabled()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationLogger

public ConfigurationLogger(org.apache.commons.configuration.Configuration configuration)
Method Detail

start

public void start()

displayPropertiesIfDebugEnabled

protected void displayPropertiesIfDebugEnabled()

isDebugEnabled

protected boolean isDebugEnabled()

getPropertyLengthToDisplay

protected int getPropertyLengthToDisplay()

getTruncatedProperty

protected java.lang.String getTruncatedProperty(java.lang.String key)


Copyright © 2008 SonarSource SA. All Rights Reserved.