Package com.crashnote.core.config

Examples of com.crashnote.core.config.Config


    public static final String PROP_FILE = Config.LIB_NAME + ".properties";

    // SETUP ======================================================================================

    public ConfigFactory() {
        this((C) new Config());
    }
View Full Code Here



    // SETUP ======================================================================================

    public ConfigFactory() {
        this((C) new Config());
    }
View Full Code Here

TOP

Related Classes of com.crashnote.core.config.Config

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.