com.ibm.carma.ui
Class DefineCarmaFiltersRegistry

java.lang.Object
  extended by com.ibm.carma.ui.DefineCarmaFiltersRegistry

public class DefineCarmaFiltersRegistry
extends java.lang.Object

Registry of define carma filters. The registry can be populated by the com.ibm.carma.ui.defineCarmaFilters extension point. A filter for a particular level in a particular RAM can be retrieved using the #getDefineCarmaFilter method.

Since:
8.0.2

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getFilter(java.lang.Object item)
           
static DefineCarmaFiltersRegistry getRegistry()
          Returns the define carma filters registry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getRegistry

public static DefineCarmaFiltersRegistry getRegistry()
Returns the define carma filters registry. If the registry has not been created, a new instance is created and initially populated with data from the Eclipse extension providers.

Returns:
the instance of the registry

getFilter

public java.lang.String getFilter(java.lang.Object item)