Package marauroa.common

Examples of marauroa.common.ConfigurationParams


      + File.separator + "stendhal.cache";

    // create a new cache file if doesn't exist already
    boolean ret = new File(cacheFile).createNewFile();

    cacheManager = new Configuration(new ConfigurationParams(
        false, stendhal.getGameFolder(), "cache/stendhal.cache"));

    return ret;
  }
View Full Code Here

TOP

Related Classes of marauroa.common.ConfigurationParams

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.