org.sonar.java
Class JavaConfiguration

java.lang.Object
  extended by org.sonar.java.JavaConfiguration

public class JavaConfiguration
extends Object


Constructor Summary
JavaConfiguration(Charset charset)
           
 
Method Summary
 void addFieldToExcludeFromLcom4Calculation(String fieldName)
           
 Charset getCharset()
           
 Set<String> getFieldsToExcludeFromLcom4Calculation()
           
 boolean isAnalysePropertyAccessors()
           
 void setAnalyzePropertyAccessors(boolean analyzePropertyAccessors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaConfiguration

public JavaConfiguration(Charset charset)
Method Detail

getCharset

public Charset getCharset()

getFieldsToExcludeFromLcom4Calculation

public Set<String> getFieldsToExcludeFromLcom4Calculation()

addFieldToExcludeFromLcom4Calculation

public void addFieldToExcludeFromLcom4Calculation(String fieldName)

isAnalysePropertyAccessors

public boolean isAnalysePropertyAccessors()

setAnalyzePropertyAccessors

public void setAnalyzePropertyAccessors(boolean analyzePropertyAccessors)


Copyright © 2012 SonarSource. All Rights Reserved.