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 voidreadPropertyFile(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:OverridePropertiesDoes the actual Reading of the properties file (of the given inputstream).- Overrides:
readPropertyFilein classOverrideProperties- Parameters:
input- Input to be read.- Throws:
IOException- If unable to read the given inputstream
-