public class MavenResponseBuilder<TYPE> extends Object implements Response<TYPE>
Response objects| Constructor and Description |
|---|
MavenResponseBuilder(TYPE result) |
| Modifier and Type | Method and Description |
|---|---|
TYPE |
get() |
List<Exception> |
getExceptions() |
MavenResponseBuilder<TYPE> |
setExceptions(List<Exception> exceptions) |
public MavenResponseBuilder(TYPE result)
public List<Exception> getExceptions()
getExceptions in interface Response<TYPE>public MavenResponseBuilder<TYPE> setExceptions(List<Exception> exceptions)
exceptions - the exceptions to setCopyright © 2014 JBoss by Red Hat. All rights reserved.