Package | Description |
---|---|
com.j256.simplemetrics.utils |
Utility classes including ones that publish metrics from the JVM and the file-system.
|
Modifier and Type | Method and Description |
---|---|
static FileMetric.FileMetricKind |
FileMetric.FileMetricKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMetric.FileMetricKind[] |
FileMetric.FileMetricKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileMetric.setKind(FileMetric.FileMetricKind kind)
The kind of the metric.
|
Constructor and Description |
---|
FileMetric(String metricName,
String metricComponent,
String metricModule,
String description,
File metricFile,
FileMetric.FileMetricKind kind,
int column,
String lineSplit,
String prefix) |
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.