Package org.ini4j.Ini

Examples of org.ini4j.Ini.Section


    }
   
  @Override
  void createDefaults(Ini ini) {
        configureDefaultLog4J();
        Section logSection = ini.add(SECTION);
        logSection.put(KEY_LOG_LEVEL, DEFAULT_LOG_LEVEL);
        logSection.put(KEY_LOG_FILE_NAME, DEFAULT_LOG_FILE_NAME);
        logSection.put(KEY_LOG_SMPP_ENABLED, DEFAULT_LOG_SMPP_ENABLED);
  }
View Full Code Here

TOP

Related Classes of org.ini4j.Ini.Section

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.