Uses of Interface
org.gcube.informationsystem.registry.impl.postprocessing.update.Updater

Packages that use Updater
org.gcube.informationsystem.registry.impl.postprocessing.update   
 

Uses of Updater in org.gcube.informationsystem.registry.impl.postprocessing.update
 

Classes in org.gcube.informationsystem.registry.impl.postprocessing.update that implement Updater
 class GHNUpdater
           
 class RIUpdater
           
 

Methods in org.gcube.informationsystem.registry.impl.postprocessing.update that return Updater
static Updater<?> AvailableUpdaters.getPurger(java.lang.String updaterName)
           
 

Methods in org.gcube.informationsystem.registry.impl.postprocessing.update with parameters of type Updater
static void AvailableUpdaters.register(Updater<?> updater)