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 StringRepresents the name of the database..static final StringRepresents the credentials for the cloud foundry.static final StringRepresents the database password.static final StringRepresents the database URL.static final StringRepresents the database user name.static final StringRepresents 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() 
 -