public class SysParams
extends java.lang.Object
| Constructor and Description |
|---|
SysParams() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
get(java.lang.String name)
Receives the value of system variable under its name
|
static java.lang.String |
get(java.lang.String name,
java.lang.String defaultValue)
Receives the value of system variable under its name with the ability to specify the default value
|
static java.lang.String |
mssqlAdminHost()
receives the host for connection to DB MS SQL Server to allow administration of DB
|
static java.lang.String |
mssqlAdminHostKey()
Receives the name of system variable, where the host is for connection to DB MS SQL Server to allow
administration of DB
|
static java.lang.String |
mssqlAdminPassword()
Receives the password for connection to DB MS SQL Server to allow administration of DB
|
static java.lang.String |
mssqlAdminPasswordKey()
Receives the name of system variable, where password is for connection to DB MS SQL Server
to allow administration of DB
|
static java.lang.String |
mssqlAdminPort()
Receives the port for connection to DB MS SQL Server to allow administration of DB
|
static java.lang.String |
mssqlAdminPortKey()
Receives the name of system variable, where the port is for connection to DB MS SQL Server to allow
administration of DB
|
static java.lang.String |
mssqlAdminUserid()
Receives the user name for connection to DB MS SQL Server to allow administration of DB
|
static java.lang.String |
mssqlAdminUseridKey()
Receives the name of system variable, where user name is for connection to DB MS SQL Server
to allow administration of DB
|
static java.lang.String |
mysqlAdminPassword()
Receives the password for connection to DB MySQL to allow administration of DB
|
static java.lang.String |
mysqlAdminPasswordKey()
Receives the name of system variable, where password is for connection to DB MySQL
to allow administration of DB
|
static java.lang.String |
mysqlAdminUrl()
Receives URL for connection to DB MySQL to allow administration of DB
|
static java.lang.String |
mysqlAdminUrlKey()
Receives the name of system variable, where URL is for connection to DB MySQL
to allow administration of DB
|
static java.lang.String |
mysqlAdminUserid()
Receives the user name for connection to DB MySQL to allow administration of DB
|
static java.lang.String |
mysqlAdminUseridKey()
Receives the name of system variable, where user name is for connection to DB MySQL
to allow administration of DB
|
static java.lang.String |
oracleAdminHost()
receives the host for connection to DB Oracle to allow administration of DB
|
static java.lang.String |
oracleAdminHostKey()
Receives the name of system variable, where the host is for connection to DB Oracle to allow
administration of DB
|
static java.lang.String |
oracleAdminPassword()
Receives the password for connection to DB Oracle to allow administration of DB
|
static java.lang.String |
oracleAdminPasswordKey()
Receives the name of system variable, where password is for connection to DB Oracle to allow
administration of DB
|
static java.lang.String |
oracleAdminPort()
Receives the port for connection to DB Oracle to allow administration of DB
|
static java.lang.String |
oracleAdminPortKey()
Receives the name of system variable, where the port is for connection to DB Oracle to allow
administration of DB
|
static java.lang.String |
oracleAdminSid()
Receives SID for connection to DB Oracle to allow administration of DB
|
static java.lang.String |
oracleAdminSidKey()
Receives the name of system variable, where SID is for connection to DB Oracle to allow
administration of DB
|
static java.lang.String |
oracleAdminUserid()
Receives the user name for connection to DB Oracle to allow administration of DB
|
static java.lang.String |
oracleAdminUseridKey()
Receives the name of system variable, where user name is for connection to DB Oracle
to allow administration of DB
|
static java.lang.String |
pgAdminPassword()
Receives the password for connection to DB PostgreSQL to allow administration of DB
|
static java.lang.String |
pgAdminPasswordKey()
Receives the name of system variable, where password is for connection to DB PostgreSQL
to allow administration of DB
|
static java.lang.String |
pgAdminUrl()
Receives URL for connection to DB PostgreSQL to allow administration of DB
|
static java.lang.String |
pgAdminUrlKey()
Receives the name of system variable, where URL is for connection to DB PostgreSQL to allow
administration of DB
|
static java.lang.String |
pgAdminUserid()
Receives the user name for connection to DB PostgreSQL to allow administration of DB
|
static java.lang.String |
pgAdminUseridKey()
Receives the name of system variable, where user name is for connection to DB PostgreSQL
to allow administration of DB
|
static java.lang.String |
zookeeperConnectStr()
Receives the string of access to zookeeper
|
static java.lang.String |
zookeeperConnectStrKey()
Receives the name of system variable, where the string of access to zookeeper is located
|
public static java.lang.String get(java.lang.String name)
name - name of system variablepublic static java.lang.String get(java.lang.String name,
java.lang.String defaultValue)
name - name of system variabledefaultValue - default valuepublic static java.lang.String oracleAdminHost()
public static java.lang.String oracleAdminHostKey()
public static java.lang.String oracleAdminPort()
public static java.lang.String oracleAdminPortKey()
public static java.lang.String oracleAdminSid()
public static java.lang.String oracleAdminSidKey()
public static java.lang.String oracleAdminUserid()
public static java.lang.String oracleAdminUseridKey()
public static java.lang.String oracleAdminPassword()
public static java.lang.String oracleAdminPasswordKey()
public static java.lang.String pgAdminUrl()
public static java.lang.String pgAdminUrlKey()
public static java.lang.String pgAdminUserid()
public static java.lang.String pgAdminUseridKey()
public static java.lang.String pgAdminPassword()
public static java.lang.String pgAdminPasswordKey()
public static java.lang.String mysqlAdminUrlKey()
public static java.lang.String mysqlAdminUrl()
public static java.lang.String mysqlAdminUseridKey()
public static java.lang.String mysqlAdminUserid()
public static java.lang.String mysqlAdminPasswordKey()
public static java.lang.String mysqlAdminPassword()
public static java.lang.String mssqlAdminHost()
public static java.lang.String mssqlAdminHostKey()
public static java.lang.String mssqlAdminPort()
public static java.lang.String mssqlAdminPortKey()
public static java.lang.String mssqlAdminUseridKey()
public static java.lang.String mssqlAdminUserid()
public static java.lang.String mssqlAdminPasswordKey()
public static java.lang.String mssqlAdminPassword()
public static java.lang.String zookeeperConnectStrKey()
public static java.lang.String zookeeperConnectStr()