public abstract class AbstractMetricProvider extends Object implements MetricProvider
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DOT_GIF  | 
protected String | 
icon  | 
protected String | 
name  | 
| Constructor and Description | 
|---|
AbstractMetricProvider(String name)  | 
AbstractMetricProvider(String name,
                      String icon)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMetricIcon()  | 
String | 
getMetricName()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricValuepublic static final String DOT_GIF
protected final String name
protected final String icon
public AbstractMetricProvider(String name)
public String getMetricIcon()
getMetricIcon in interface MetricProviderpublic String getMetricName()
getMetricName in interface MetricProviderCopyright © 2019. All rights reserved.