public class PropertyExpressionEvaluator extends Object
DynamicConfigurationPropertyBean| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_PACKAGE_ARCHITECTURES |
static String |
KEY_PACKAGE_TYPES |
static String |
KEY_RESOURCE_TYPE_PLUGIN |
static String |
KEY_ROLES |
static String |
KEY_USERS |
| Constructor and Description |
|---|
PropertyExpressionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getQueryNameForKey(String key)
Returns the name of the query to use to retrieve the configuration values for properties
defined with the given key.
|
public static final String KEY_USERS
public static final String KEY_ROLES
public static final String KEY_PACKAGE_TYPES
public static final String KEY_RESOURCE_TYPE_PLUGIN
public static final String KEY_PACKAGE_ARCHITECTURES
public static String getQueryNameForKey(String key)
String objects, not any form of complex object (such as Resource
or Subject).key - plugin writer specified key to indicate what values to look up; this should be one
of the KEY_* values defined in this class.null if the
key is not supported by the systemCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.