net.thucydides.core.statistics.database
Class LocalH2ServerDatabase

Package class diagram package LocalH2ServerDatabase
java.lang.Object
  extended by net.thucydides.core.statistics.database.LocalH2ServerDatabase
All Implemented Interfaces:
LocalDatabase

public class LocalH2ServerDatabase
extends Object
implements LocalDatabase


Constructor Summary
LocalH2ServerDatabase(EnvironmentVariables environmentVariables)
           
 
Method Summary
 String getDatabaseName()
           
 String getDatabasePath()
           
 String getDialect()
           
 String getDriver()
           
 String getPassword()
           
 String getUrl()
           
 String getUsername()
           
 boolean isAvailable()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalH2ServerDatabase

@Inject
public LocalH2ServerDatabase(EnvironmentVariables environmentVariables)
Method Detail

start

public void start()
Specified by:
start in interface LocalDatabase

stop

public void stop()
Specified by:
stop in interface LocalDatabase

isAvailable

public boolean isAvailable()
Specified by:
isAvailable in interface LocalDatabase

getUrl

public String getUrl()
Specified by:
getUrl in interface LocalDatabase

getDriver

public String getDriver()
Specified by:
getDriver in interface LocalDatabase

getUsername

public String getUsername()
Specified by:
getUsername in interface LocalDatabase

getPassword

public String getPassword()
Specified by:
getPassword in interface LocalDatabase

getDialect

public String getDialect()
Specified by:
getDialect in interface LocalDatabase

getDatabaseName

public String getDatabaseName()

getDatabasePath

public String getDatabasePath()


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