ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/backend/Paths.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/backend/Paths.java (file contents):
Revision 699 by alloc, Sun Mar 17 17:52:08 2013 UTC vs.
Revision 709 by alloc, Thu Mar 21 09:40:09 2013 UTC

# Line 4 | Line 4 | import java.io.File;
4   import java.io.UnsupportedEncodingException;
5   import java.net.URLDecoder;
6  
7 + import net.oni2.settingsmanager.Settings;
8 +
9   /**
10   * @author Christian Illy
11   */
12   public class Paths {
13  
14          /**
15 +         * @return Mod Depot cache filename
16 +         */
17 +        public static File getDepotCacheFilename() {
18 +                return new File(getPrefsPath(), "ModDepotCache.xml");
19 +        }
20 +
21 +        /**
22 +         * @return Settings filename of AEI
23 +         */
24 +        public static File getSettingsFilename() {
25 +                return new File(getPrefsPath(), "AEI-Settings.xml");
26 +        }
27 +
28 +        /**
29           * Get the Jar path
30           *
31           * @return Path

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)