com.ibm.carma.ui
Class DefineCarmaFiltersRegistry
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
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)