Package com.jk.core.config
Class JKConstants.CloudFoundery
java.lang.Object
com.jk.core.config.JKConstants.CloudFoundery
- Enclosing class:
- JKConstants
This class provides constants needed for Cloud Foundry.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the name of the database..static final String
Represents the credentials for the cloud foundry.static final String
Represents the database password.static final String
Represents the database URL.static final String
Represents the database user name.static final String
Represents VCAP environment name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VCAP_ENV_NAME
Represents VCAP environment name.- See Also:
-
CLEAR_DB
Represents the name of the database..- See Also:
-
CREDENTIALS
Represents the credentials for the cloud foundry.- See Also:
-
JDBC_URL
Represents the database URL.- See Also:
-
JDBC_USERNAME
Represents the database user name.- See Also:
-
JDBC_PASSWORD
Represents the database password.- See Also:
-
-
Constructor Details
-
CloudFoundery
public CloudFoundery()
-