Class SisPlugin
- java.lang.Object
-
- org.gcube.data.transfer.plugin.AbstractPlugin
-
- org.gcube.data.transfer.plugins.thredds.sis.SisPlugin
-
public class SisPlugin extends org.gcube.data.transfer.plugin.AbstractPlugin
-
-
Constructor Summary
Constructors Constructor Description SisPlugin(org.gcube.data.transfer.model.PluginInvocation invocation, ThreddsInstanceManager instanceManager)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()static org.opengis.metadata.MetadatagetMetaFromFile(Object dataStore)org.gcube.data.transfer.model.ExecutionReportrun()
-
-
-
Constructor Detail
-
SisPlugin
public SisPlugin(org.gcube.data.transfer.model.PluginInvocation invocation, ThreddsInstanceManager instanceManager)
-
-
Method Detail
-
cleanup
public void cleanup() throws org.gcube.data.transfer.plugin.fails.PluginCleanupException- Specified by:
cleanupin classorg.gcube.data.transfer.plugin.AbstractPlugin- Throws:
org.gcube.data.transfer.plugin.fails.PluginCleanupException
-
run
public org.gcube.data.transfer.model.ExecutionReport run() throws org.gcube.data.transfer.plugin.fails.PluginExecutionException- Specified by:
runin classorg.gcube.data.transfer.plugin.AbstractPlugin- Throws:
org.gcube.data.transfer.plugin.fails.PluginExecutionException
-
getMetaFromFile
public static final org.opengis.metadata.Metadata getMetaFromFile(Object dataStore) throws org.apache.sis.storage.UnsupportedStorageException, org.apache.sis.storage.DataStoreException
- Throws:
org.apache.sis.storage.UnsupportedStorageExceptionorg.apache.sis.storage.DataStoreException
-
-