Package | Description |
---|---|
net.sf.plist.defaults |
Modifier and Type | Class and Description |
---|---|
static class |
Scope.SystemScope
The system-wide scope for the local host
|
static class |
Scope.UserByHostScope
The scope for the current user on a specific host
|
static class |
Scope.UserScope
The scope for the current user on any host
|
Modifier and Type | Method and Description |
---|---|
Scope |
NSDefaults.getScope()
Get the scope for this instance.
|
static Scope[] |
Scope.instances()
Get all earlier created instances
|
Modifier and Type | Method and Description |
---|---|
static NSDefaults |
NSDefaults.getGlobalInstance(Scope scope)
Get the global domain instance
|
static NSDefaults |
NSDefaults.getInstance(java.lang.Class<?> baseClass,
Scope scope)
Get instance for a given class
|
static NSDefaults |
NSDefaults.getInstance(java.lang.Object baseObject,
Scope scope)
Get instance for a given object
|
static NSDefaults |
NSDefaults.getInstance(java.lang.String domain,
Scope scope)
Get instance for a given domain
|