|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.upv.dsic.gti_ia.organization.Configuration
public class Configuration
This class reads the contents of Settings.xml file that found in the configuration directory
| Method Summary | |
|---|---|
static Configuration |
getConfiguration()
This method returns the instance configuration using singleton |
String |
getdatabaseName()
Name of the database |
String |
getdatabasePassword()
User password of the database |
String |
getdatabaseServer()
Name of the database server |
String |
getdatabaseUser()
User name of the database |
boolean |
getIsTomcat()
If TOMCAT is active |
String |
getjenadbDriver()
Diver of jena database |
String |
getjenadbType()
Type of jena database |
String |
getjenadbURL()
Jena database URL |
String |
getOMSServiceDescriptionLocation()
Full path where are the owl's deployed the services of the OMS |
String |
getOS()
Path where the TOMCAT is located |
String |
getPathTomcat()
Path where the TOMCAT is located |
String |
getqpidHost()
Qpid host |
String |
getqpidPassword()
Qpid user password |
int |
getqpidPort()
Qpid port |
String |
getqpidsaslMechs()
Qpid sasl Mechs |
boolean |
getqpidSSL()
Qpid ssl |
String |
getqpidUser()
Qpid user |
String |
getqpidVhost()
Virtual Qpid host |
String |
getSFServiceDescriptionLocation()
Full path where are the owl's deployed the services of the SF |
boolean |
isSecureMode()
If the platform is in secure mode or not |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isSecureMode()
public String getOS()
public String getPathTomcat()
public boolean getIsTomcat()
public String getdatabaseServer()
public String getdatabaseName()
public String getdatabaseUser()
public String getdatabasePassword()
public String getOMSServiceDescriptionLocation()
public String getSFServiceDescriptionLocation()
public String getqpidHost()
public static Configuration getConfiguration()
public int getqpidPort()
public String getqpidVhost()
public String getqpidUser()
public String getqpidPassword()
public boolean getqpidSSL()
public String getqpidsaslMechs()
public String getjenadbURL()
public String getjenadbType()
public String getjenadbDriver()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||