net.thucydides.core.guice
Interface DatabaseConfig

Package class diagram package DatabaseConfig
All Known Implementing Classes:
EnvironmentVariablesDatabaseConfig

public interface DatabaseConfig

Provides the configuration properties for the statistics database.


Method Summary
 void disable()
           
 Properties getProperties()
           
 boolean isActive()
           
 boolean isUsingLocalDatabase()
           
 

Method Detail

getProperties

Properties getProperties()

isUsingLocalDatabase

boolean isUsingLocalDatabase()

disable

void disable()

isActive

boolean isActive()


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.