.. java:import:: org.motechproject.commons.api MotechException .. java:import:: org.springframework.core.io ClassPathResource .. java:import:: org.springframework.core.io Resource .. java:import:: java.io IOException .. java:import:: java.io InputStream .. java:import:: java.util HashMap .. java:import:: java.util List .. java:import:: java.util Map .. java:import:: java.util Properties MdsConfig ========= .. java:package:: org.motechproject.mds.config :noindex: .. java:type:: public class MdsConfig Class responsible for handling MDS configuration. Since MDS don't use Server Config everything connected to the MDS configuration needs to be handled by the module itself. Constructors ------------ MdsConfig ^^^^^^^^^ .. java:constructor:: public MdsConfig() :outertype: MdsConfig Methods ------- asProperties ^^^^^^^^^^^^ .. java:method:: public Properties asProperties() :outertype: MdsConfig getDataNucleusProperties ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public Properties getDataNucleusProperties() :outertype: MdsConfig getProperties ^^^^^^^^^^^^^ .. java:method:: public Properties getProperties(String filename) :outertype: MdsConfig getResourceFileName ^^^^^^^^^^^^^^^^^^^ .. java:method:: public String getResourceFileName(Resource resource) :outertype: MdsConfig setConfig ^^^^^^^^^ .. java:method:: public void setConfig(List resources) :outertype: MdsConfig