org.sonar.batch.bootstrap
Class BatchDatabase

java.lang.Object
  extended by org.sonar.core.persistence.DefaultDatabase
      extended by org.sonar.batch.bootstrap.BatchDatabase
All Implemented Interfaces:
Database

public class BatchDatabase
extends DefaultDatabase

Since:
2.12

Constructor Summary
BatchDatabase(Settings settings)
           
 
Method Summary
protected  void doCompleteProperties(Properties properties)
           
 
Methods inherited from class org.sonar.core.persistence.DefaultDatabase
doBeforeStart, doBeforeStop, getDataSource, getDialect, getHibernateProperties, getProperties, getSchema, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchDatabase

public BatchDatabase(Settings settings)
Method Detail

doCompleteProperties

protected void doCompleteProperties(Properties properties)
Overrides:
doCompleteProperties in class DefaultDatabase


Copyright © 2009-2012 SonarSource. All Rights Reserved.