| # | 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() { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |