org.jboss.metadata.property
Class SystemPropertyResolver
java.lang.Object
org.jboss.metadata.property.JBossASSimpleExpressionResolver
org.jboss.metadata.property.SystemPropertyResolver
- All Implemented Interfaces:
- PropertyResolver, SimpleExpressionResolver
public class SystemPropertyResolver
- extends JBossASSimpleExpressionResolver
Attempt to resolve properties using system and environment properties.
- Author:
- John Bailey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final SystemPropertyResolver INSTANCE
resolveKey
protected String resolveKey(String key)
- Description copied from class:
JBossASSimpleExpressionResolver
- Resolve a value with the given key.
- Specified by:
resolveKey in class JBossASSimpleExpressionResolver
- Parameters:
key - the key. Will not be null
- Returns:
- the resolved value, or
null if no value corresponds to key
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.