public class FishFinderPlugin extends Object implements org.gcube.data.tmf.api.PluginLifecycle
| Modifier and Type | Field and Description |
|---|---|
static String |
baseUrl |
static String |
dbDriver |
static String |
dbLogin |
static String |
dbPassword |
static String |
extractAllCsv |
static String |
jdbc |
static String |
reinitialize |
protected static String |
REQUEST |
static String |
table |
static String |
tableUpdates |
| Constructor and Description |
|---|
FishFinderPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.tmf.api.SourceBinder |
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) |
public static String baseUrl
public static String extractAllCsv
public static String reinitialize
public static String jdbc
public static String dbLogin
public static String dbPassword
public static final String dbDriver
public static final String table
public static final String tableUpdates
protected static final String REQUEST
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 org.gcube.data.tmf.api.SourceBinder 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 © 2015. All Rights Reserved.