public static interface BuildContext.Resource<T> extends BuildContext.ResourceMetadata<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(int line,
int column,
String message,
BuildContext.Severity severity,
Throwable cause) |
<V extends Serializable> |
setAttribute(String key,
V value)
Returns attribute value associated with the key during previous build.
|
getAttribute, getResource, getStatus<V extends Serializable> Serializable setAttribute(String key, V value)
void addMessage(int line,
int column,
String message,
BuildContext.Severity severity,
Throwable cause)
Copyright © 2014. All Rights Reserved.