public class GetStatus extends java.lang.Object implements RestReadView<PluginResource>
| Constructor and Description |
|---|
GetStatus() |
| Modifier and Type | Method and Description |
|---|---|
PluginInfo |
apply(PluginResource resource)
Process the view operation by reading from the resource.
|
public PluginInfo apply(PluginResource resource)
RestReadViewapply in interface RestReadView<PluginResource>resource - resource to read.BinaryResult to avoid automatic conversion
to JSON.