public interface WorkbenchPreferenceScopeResolutionStrategies
Modifier and Type | Method and Description |
---|---|
PreferenceScopeResolutionStrategyInfo |
getUserInfoFor(String scopeType,
String scopeKey)
Returns a scope resolution strategy with the scopes (in that order): scope (parameter) by user, user and global.
|
PreferenceScopeResolutionStrategyInfo getUserInfoFor(String scopeType, String scopeKey)
scopeType
- The first scope type in the resolution order (e.g. project).scopeKey
- The first scope key in the resolution order (e.g. my-project-name).Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.