public class SpeciesPlugin extends Object implements org.gcube.data.tmf.api.PluginLifecycle
| Modifier and Type | Field and Description |
|---|---|
protected static String |
REQUEST_SAMPLE |
| Constructor and Description |
|---|
SpeciesPlugin() |
| Modifier and Type | Method and Description |
|---|---|
SpeciesBinder |
binder() |
String |
description() |
boolean |
isAnchored() |
String |
name() |
List<org.gcube.data.tmf.api.Property> |
properties() |
List<String> |
requestSchemas() |
void |
start(org.gcube.data.tmf.api.Environment environment) |
void |
stop(org.gcube.data.tmf.api.Environment environment) |
protected static final String REQUEST_SAMPLE
public String name()
name in interface org.gcube.data.tmf.api.Pluginpublic String description()
description in interface org.gcube.data.tmf.api.Pluginpublic List<org.gcube.data.tmf.api.Property> properties()
properties in interface org.gcube.data.tmf.api.Pluginpublic SpeciesBinder binder()
binder in interface org.gcube.data.tmf.api.Pluginpublic List<String> requestSchemas()
requestSchemas in interface org.gcube.data.tmf.api.Pluginpublic boolean isAnchored()
isAnchored in interface org.gcube.data.tmf.api.Pluginpublic void start(org.gcube.data.tmf.api.Environment environment)
throws Exception
start in interface org.gcube.data.tmf.api.PluginLifecycleExceptionpublic void stop(org.gcube.data.tmf.api.Environment environment)
stop in interface org.gcube.data.tmf.api.PluginLifecycleCopyright © 2014. All Rights Reserved.