public class PreferenceModelFactory extends Object
Modifier and Type | Method and Description |
---|---|
static PreferenceModel |
getModel(String masterPrefLocator)
Creates a new PreferenceModel instance.
|
static PreferenceModel |
getModel(String masterPrefLocator,
String userPrefLocator)
Creates a new PreferenceModel instance capable of handling a separation location
to handle user-defined specific preferences.
|
public static PreferenceModel getModel(String masterPrefLocator)
masterPrefLocator
- the location to the master preference descriptor file. Use absolute file path.public static PreferenceModel getModel(String masterPrefLocator, String userPrefLocator)
masterPrefLocator
- the location to the master preference descriptor file. Use absolute file path.userPrefLocator
- the location handling user-specific configuration files.Plealog Software - 2003-2017