|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.pfc.lcamps.persistenciaFW.config.PropertiesConfigFactory
public class PropertiesConfigFactory
Classe que gestiona les properties del fitxer de configuració
Method Summary | |
---|---|
java.lang.String |
getBeansBaseDir()
Retorna el path base a on generara els beans |
java.lang.String |
getBeansPackage()
Retorna el contingut del package del provider |
java.lang.String |
getDriver()
Retorna el contingut del driver de la BD |
java.lang.String |
getDriverType()
Retorna el contingut del tipus del driver de la BD |
static PropertiesConfigFactory |
getInstance()
|
java.lang.String |
getPassword()
Retorna el contingut del password de la BD |
java.lang.String |
getURLDB()
Retorna el contingut de la url de connexió a la BD |
java.lang.String |
getUser()
Retorna el contingut del usuari de la BD |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PropertiesConfigFactory getInstance() throws DBException
DBException
public java.lang.String getDriver() throws DBException
DBException
public java.lang.String getDriverType() throws DBException
DBException
public java.lang.String getURLDB() throws DBException
DBException
public java.lang.String getUser() throws DBException
DBException
public java.lang.String getPassword() throws DBException
DBException
public java.lang.String getBeansPackage() throws DBException
DBException
public java.lang.String getBeansBaseDir() throws DBException
DBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |