Package com.jk.core.config
Class JKConstants.Mongo
java.lang.Object
com.jk.core.config.JKConstants.Mongo
- Enclosing class:
- JKConstants
This class provides constants related to Mongo.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the configuration property for specifying the name of the Mongo NoSQL database.static final String
Represents the configuration property for specifying the URL of the Mongo NoSQL database.static final String
Represents the configuration property for specifying the password for accessing the Mongo NoSQL database.static final String
Represents the configuration property for specifying the username for accessing the Mongo NoSQL database. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROPERTY_NOSQL_DB_URL
Represents the configuration property for specifying the URL of the Mongo NoSQL database.- See Also:
-
PROPERTY_NOSQL_DB_NAME
Represents the configuration property for specifying the name of the Mongo NoSQL database.- See Also:
-
PROPERTY_NOSQL_USER
Represents the configuration property for specifying the username for accessing the Mongo NoSQL database.- See Also:
-
PROPERTY_NOSQL_PASSWORD
Represents the configuration property for specifying the password for accessing the Mongo NoSQL database.- See Also:
-
-
Constructor Details
-
Mongo
public Mongo()
-