Package de.mhus.lib.config

Examples of de.mhus.lib.config.PropertiesConfig


  public void testProperties() throws MException {
    Properties p = new Properties();
    p.setProperty("test1", "wow");
    p.setProperty("test2", "alf");
    PropertiesConfig c = new PropertiesConfig(p);

    derTeschd(c, false);

  }
View Full Code Here

TOP

Related Classes of de.mhus.lib.config.PropertiesConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.