Uses of Class
org.gcube.data.transfer.plugins.thredds.ThreddsInstanceManager
-
Packages that use ThreddsInstanceManager Package Description org.gcube.data.transfer.plugins.thredds org.gcube.data.transfer.plugins.thredds.catalog org.gcube.data.transfer.plugins.thredds.sis -
-
Uses of ThreddsInstanceManager in org.gcube.data.transfer.plugins.thredds
Fields in org.gcube.data.transfer.plugins.thredds declared as ThreddsInstanceManager Modifier and Type Field Description protected static ThreddsInstanceManagerThreddsInstanceManager. instanceMethods in org.gcube.data.transfer.plugins.thredds that return ThreddsInstanceManager Modifier and Type Method Description static ThreddsInstanceManagerThreddsInstanceManager. get(org.gcube.data.transfer.plugin.model.DataTransferContext ctx) -
Uses of ThreddsInstanceManager in org.gcube.data.transfer.plugins.thredds.catalog
Constructors in org.gcube.data.transfer.plugins.thredds.catalog with parameters of type ThreddsInstanceManager Constructor Description RegisterCatalogPlugin(org.gcube.data.transfer.model.PluginInvocation invocation, ThreddsInstanceManager instanceManager) -
Uses of ThreddsInstanceManager in org.gcube.data.transfer.plugins.thredds.sis
Constructors in org.gcube.data.transfer.plugins.thredds.sis with parameters of type ThreddsInstanceManager Constructor Description SisPlugin(org.gcube.data.transfer.model.PluginInvocation invocation, ThreddsInstanceManager instanceManager)
-