public class ConfigService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigService.ConfigurationType
Configuration types offered by JSIDPlay2
|
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_FILE
Filename of the jsidplay2 configuration XML file.
|
Constructor and Description |
---|
ConfigService(ConfigService.ConfigurationType configurationType) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close configuration database.
|
Configuration |
load() |
void |
save(Configuration configuration) |
public static final String CONFIG_FILE
public ConfigService(ConfigService.ConfigurationType configurationType)
public Configuration load()
public void save(Configuration configuration)
public void close()
Copyright © 2018 Ken Händel. All rights reserved.