Uses of Interface
org.gcube.informationsystem.registry.impl.postprocessing.remove.Purger

Packages that use Purger
org.gcube.informationsystem.registry.impl.postprocessing.remove   
 

Uses of Purger in org.gcube.informationsystem.registry.impl.postprocessing.remove
 

Classes in org.gcube.informationsystem.registry.impl.postprocessing.remove that implement Purger
 class GHNPurger
          Purger for GHN resources
 class RIPurger
          Purger for Running Instance resources.
 

Methods in org.gcube.informationsystem.registry.impl.postprocessing.remove that return Purger
static Purger<?> AvailablePurgers.getPurger(java.lang.String purgerName)
           
 

Methods in org.gcube.informationsystem.registry.impl.postprocessing.remove with parameters of type Purger
static void AvailablePurgers.register(Purger<?> purger)