Package mpe.config

Examples of mpe.config.FileParser


  /**
     * Loads the Settings from the Client INI file
     */
    private void loadIniFile(String fileString)
    {
        fp = new FileParser(fileString);
       
        //parse ini file if it exists
        if (fp.fileExists())
        {       
        m_IP         = fp.getStringValue("IP");
View Full Code Here

TOP

Related Classes of mpe.config.FileParser

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.