|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatisticsPlugin

Defines the contract for a statistics plugin.
| Method Summary | |
|---|---|
void |
clear()
Clear all statistics |
String |
getDescription(String name)
Get the description |
String |
getDescription(String name,
Locale locale)
Get the description |
Set<String> |
getNames()
Get the statistics names |
Class |
getType(String name)
Get the type |
Object |
getValue(String name)
Get the value of the statistics |
boolean |
isEnabled()
Is the statistics module enabled |
void |
setEnabled(boolean v)
Set the statistics module enabled |
| Method Detail |
|---|
Set<String> getNames()
Class getType(String name)
name - The name of the statistics
String getDescription(String name)
name - The name of the statistics
String getDescription(String name,
Locale locale)
name - The name of the statisticslocale - The locale
Object getValue(String name)
name - The name of the statistics
boolean isEnabled()
void setEnabled(boolean v)
v - The valuevoid clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||