org.jboss.msc.value
Class LookupPropertyValue
java.lang.Object
org.jboss.msc.value.LookupPropertyValue
- All Implemented Interfaces:
- Value<Property>
public final class LookupPropertyValue
- extends Object
- implements Value<Property>
- Author:
- David M. Lloyd
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupPropertyValue
public LookupPropertyValue(Value<Class<?>> target,
String propertyName)
getValue
public Property getValue()
throws IllegalStateException
- Description copied from interface:
Value
- Get the actual value.
- Specified by:
getValue in interface Value<Property>
- Returns:
- the actual value
- Throws:
IllegalStateException - if the value is time-sensitive and the current state does not allow retrieval.
Copyright © 2010 JBoss, a division of Red Hat, Inc.