Skip to content

Commit

Permalink
feat(ui-common): add UserPrefSrvc.getSettingsFile
Browse files Browse the repository at this point in the history
  • Loading branch information
thetric committed Apr 5, 2017
1 parent c4e50cc commit 4e2ce9e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package com.github.thetric.iliasdownloader.ui.common.prefs

import groovy.transform.CompileStatic

import java.nio.file.Path

/**
* Saves and loads {@link UserPreferenceService}s.
*/
Expand All @@ -21,4 +23,6 @@ interface UserPreferenceService {
* @throws IOException
*/
void saveUserPreferences(UserPreferences userPreferences) throws IOException

Path getSettingsFile()
}

0 comments on commit 4e2ce9e

Please sign in to comment.