public interface UserSettingsManager
Modifier and Type | Method and Description |
---|---|
void |
loadUserSettings(File aUserSettingsFile,
Project aProject)
Loads the user settings for the given project.
|
void |
saveUserSettings(File aUserSettingsFile,
Project aProject)
Saves the user settings for the given project.
|
void loadUserSettings(File aUserSettingsFile, Project aProject)
aUserSettingsFile
- the file to load the user settings from, cannot be
null
;aProject
- the project to load the user settings for, cannot be
null
.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.