Package org.craftercms.commons.mongo
Class JongoQueries
java.lang.Object
org.craftercms.commons.properties.OverrideProperties
org.craftercms.commons.mongo.JongoQueries
Holds a Map of all the register MongoQueries.
-
Field Summary
Fields inherited from class org.craftercms.commons.properties.OverrideProperties
properties, resources
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
readPropertyFile
(InputStream input) Does the actual Reading of the properties file (of the given inputstream).Methods inherited from class org.craftercms.commons.properties.OverrideProperties
get, init, reload, setResources
-
Constructor Details
-
JongoQueries
public JongoQueries()
-
-
Method Details
-
readPropertyFile
Description copied from class:OverrideProperties
Does the actual Reading of the properties file (of the given inputstream).- Overrides:
readPropertyFile
in classOverrideProperties
- Parameters:
input
- Input to be read.- Throws:
IOException
- If unable to read the given inputstream
-