public static class FileSystemPreferencesProviderImpl.FileSystemPreferencesStore extends Object
Constructor and Description |
---|
FileSystemPreferencesStore(File preferencesFile) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
createIfNotExist(String filePermissions) |
void |
delete() |
String[] |
deletePreferences(String... userIDs) |
Map<String,Object> |
getPreferences(String userId) |
Set<String> |
listUserIDs() |
void |
open() |
Map<String,Object> |
setPreferences(String userId,
Map<String,Object> preferences) |
public FileSystemPreferencesStore(File preferencesFile)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.