public static interface BuildContext.ResourceMetadata<T>
| Modifier and Type | Method and Description |
|---|---|
<V extends Serializable> |
getAttribute(String key,
Class<V> clazz)
Returns current attribute value.
|
T |
getResource() |
BuildContext.ResourceStatus |
getStatus() |
T getResource()
BuildContext.ResourceStatus getStatus()
<V extends Serializable> V getAttribute(String key, Class<V> clazz)
For registered (but not processed) inputs and carried over outputs, returns value associated with the key during previous build. For processed inputs and outputs, returns value associated with the key during this build.
Copyright © 2014. All Rights Reserved.