public class UserSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static org.slf4j.Logger |
log |
(package private) Properties |
properties |
static String |
SETTINGS_FILE |
| Constructor and Description |
|---|
UserSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperties(File file) |
private Properties |
findUserSettings() |
List<URL> |
getLibrarySearchPath() |
Properties |
getProperties() |
String |
getProperty(String key) |
File |
getStreamsDirectory() |
File |
getUserLocalFile(String name) |
void |
setProperty(String key,
String value) |
static org.slf4j.Logger log
public static final String SETTINGS_FILE
final Properties properties
public File getStreamsDirectory()
private Properties findUserSettings()
public void addProperties(File file)
public Properties getProperties()
Copyright © 2018. All rights reserved.