@Portable public class PreferenceScopeImpl extends Object implements PreferenceScope
Constructor and Description |
---|
PreferenceScopeImpl(String type,
String key,
PreferenceScope childScope) |
Modifier and Type | Method and Description |
---|---|
PreferenceScope |
childScope()
Child scope, a scope inside a scope.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
key() |
String |
type() |
public PreferenceScopeImpl(String type, String key, PreferenceScope childScope)
public String type()
type
in interface PreferenceScope
public String key()
key
in interface PreferenceScope
public PreferenceScope childScope()
PreferenceScope
childScope
in interface PreferenceScope
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.