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

Comparing java/installer2/src/net/oni2/aeinstaller/backend/Paths.java (file contents):
Revision 852 by alloc, Fri May 3 12:25:21 2013 UTC vs.
Revision 857 by alloc, Fri May 3 21:52:50 2013 UTC

# Line 17 | Line 17 | public class Paths {
17          }
18  
19          /**
20 +         * @return Package manager cache filename
21 +         */
22 +        public static File getPacManCacheFilename() {
23 +                return new File(getPrefsPath(), "PacManCache.xml");
24 +        }
25 +
26 +        /**
27           * @return Settings filename of AEI
28           */
29          public static File getSettingsFilename() {

Diff Legend

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