org.sonar.squid.api
Class SquidConfiguration

java.lang.Object
  extended by org.sonar.squid.api.SquidConfiguration

public class SquidConfiguration
extends Object


Constructor Summary
SquidConfiguration()
           
SquidConfiguration(boolean analysePropertyAccessors)
           
SquidConfiguration(boolean analysePropertyAccessors, Charset charset)
           
SquidConfiguration(boolean analysePropertyAccessors, Charset charset, double commentedCodeThreshold)
           
SquidConfiguration(double commentedCodeThreshold)
           
 
Method Summary
 Charset getCharset()
           
 double getCommentedCodeThreshold()
           
 boolean isAnalysePropertyAccessors()
           
 void setCharset(Charset charset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquidConfiguration

public SquidConfiguration()

SquidConfiguration

public SquidConfiguration(boolean analysePropertyAccessors)

SquidConfiguration

public SquidConfiguration(double commentedCodeThreshold)

SquidConfiguration

public SquidConfiguration(boolean analysePropertyAccessors,
                          Charset charset)

SquidConfiguration

public SquidConfiguration(boolean analysePropertyAccessors,
                          Charset charset,
                          double commentedCodeThreshold)
Method Detail

isAnalysePropertyAccessors

public boolean isAnalysePropertyAccessors()

getCharset

public Charset getCharset()

setCharset

public void setCharset(Charset charset)

getCommentedCodeThreshold

public double getCommentedCodeThreshold()


Copyright © 2009 SonarSource SA. All Rights Reserved.