.. java:import:: org.springframework.beans.factory FactoryBean .. java:import:: org.springframework.util StringUtils .. java:import:: java.util Properties MotechExtenderConfigFactory =========================== .. java:package:: org.motechproject.bundle.extender :noindex: .. java:type:: public class MotechExtenderConfigFactory implements FactoryBean Creates the extender configuration for Motech, currently only blueprint dependency wait time. In order to change the blueprint extender dependency wait time used during platform runtime, \ ``org.motechproject.blueprint.dependencies.waittime``\ should be set with the wait time in milliseconds. The default blueprint timeout is 5 minutes. Fields ------ DEP_WAIT_TIME_ENV ^^^^^^^^^^^^^^^^^ .. java:field:: public static final String DEP_WAIT_TIME_ENV :outertype: MotechExtenderConfigFactory DEP_WAIT_TIME_KEY ^^^^^^^^^^^^^^^^^ .. java:field:: public static final String DEP_WAIT_TIME_KEY :outertype: MotechExtenderConfigFactory Methods ------- getObject ^^^^^^^^^ .. java:method:: @Override public Properties getObject() :outertype: MotechExtenderConfigFactory getObjectType ^^^^^^^^^^^^^ .. java:method:: @Override public Class getObjectType() :outertype: MotechExtenderConfigFactory isSingleton ^^^^^^^^^^^ .. java:method:: @Override public boolean isSingleton() :outertype: MotechExtenderConfigFactory