org.sonar.squid.api
Class SquidConfiguration

java.lang.Object
  extended by org.sonar.squid.api.SquidConfiguration
Direct Known Subclasses:
JavaSquidConfiguration

public class SquidConfiguration
extends Object


Constructor Summary
SquidConfiguration()
           
SquidConfiguration(Charset charset)
           
 
Method Summary
 Charset getCharset()
           
 void setStopSquidOnException(boolean stopSquidOnException)
           
 boolean stopSquidOnException()
           
 
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(Charset charset)
Method Detail

getCharset

public Charset getCharset()

setStopSquidOnException

public void setStopSquidOnException(boolean stopSquidOnException)

stopSquidOnException

public boolean stopSquidOnException()


Copyright © 2009-2012 SonarSource. All Rights Reserved.