public class ConfigStatsHelper extends HelperBase
_context, _out, CHECKED, PROP_ADVANCED
Constructor and Description |
---|
ConfigStatsHelper() |
Modifier and Type | Method and Description |
---|---|
boolean |
getCurrentCanBeGraphed() |
String |
getCurrentGraphName() |
String |
getCurrentGroupName()
What group is the current stat in
|
boolean |
getCurrentIsGraphed() |
boolean |
getCurrentIsLogged() |
String |
getCurrentStatDescription() |
String |
getCurrentStatName() |
String |
getExplicitFilter() |
String |
getFilename() |
boolean |
getIsFull() |
boolean |
groupRequired()
Is the current stat the first in the group?
|
boolean |
hasMoreStats()
move the cursor to the next known stat, returning true if a valid
stat is available.
|
void |
setContextId(String contextId)
Configure this bean to query a particular router context
|
boolean |
shouldShowLog()
Just hide for everybody unless already set.
|
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, storeWriter
public void setContextId(String contextId)
setContextId
in class HelperBase
contextId
- beginning few characters of the routerHash, or null to pick
the first one we come across.public boolean shouldShowLog()
public String getFilename()
public boolean hasMoreStats()
public boolean groupRequired()
public String getCurrentGroupName()
public String getCurrentStatName()
public String getCurrentGraphName()
public String getCurrentStatDescription()
public boolean getCurrentIsLogged()
public boolean getCurrentIsGraphed()
public boolean getCurrentCanBeGraphed()
public String getExplicitFilter()
public boolean getIsFull()