Package com.crashnote.external.config

Examples of com.crashnote.external.config.Config.withFallback()


        final Config appengineConf = loader.fromString(
            "crashnote { enabled = " + enabled + ", request { ignore-localhost = false } }");

        // .. and add it to the application conf
        return appengineConf                            // #1 dynamic AppEngine props (above)
            .withFallback(super.readDefaultFileConf()); // #2 other default props
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.