org.gcube.informationsystem.registry.impl.preprocessing.filters
Class FilterManager

java.lang.Object
  extended by org.gcube.informationsystem.registry.impl.preprocessing.filters.FilterManager

public class FilterManager
extends java.lang.Object

GCUBEResource filter factory

Author:
Manuele Simi (ISTI-CNR)

Constructor Summary
FilterManager()
           
 
Method Summary
static FilterExecutor getExecutor(java.lang.String resourceType)
          Gets the FilterExecutor for the given GCUBEResource type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterManager

public FilterManager()
Method Detail

getExecutor

public static FilterExecutor getExecutor(java.lang.String resourceType)
Gets the FilterExecutor for the given GCUBEResource type

Parameters:
resourceType - the resource type
Returns:
the filter executor