public class RemoteResourceCommand extends AbstractCommand<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
private java.lang.annotation.Annotation[] |
annotations |
private ArquillianResource |
resource |
private static long |
serialVersionUID |
private java.lang.Class<?> |
type |
Constructor and Description |
---|
RemoteResourceCommand(java.lang.Class<?> type,
ArquillianResource resource,
java.lang.annotation.Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
java.lang.annotation.Annotation[] |
getAnnotations() |
ArquillianResource |
getResource() |
java.lang.Class<?> |
getType() |
getResult, getThrowable, setResult, setThrowable
private static final long serialVersionUID
private java.lang.Class<?> type
private ArquillianResource resource
private java.lang.annotation.Annotation[] annotations
public RemoteResourceCommand(java.lang.Class<?> type, ArquillianResource resource, java.lang.annotation.Annotation[] annotations)
public java.lang.Class<?> getType()
public ArquillianResource getResource()
public java.lang.annotation.Annotation[] getAnnotations()