public class ConfigurationManager extends Object
ConfigurationManager handles the storage and retrival of the state of the CategoryExplorer
Constructor and Description |
---|
ConfigurationManager(LogBrokerMonitor monitor,
LogTable table) |
Modifier and Type | Method and Description |
---|---|
protected void |
collapseTree() |
protected void |
deleteConfigurationFile() |
protected String |
getFilename() |
protected String |
getValue(NamedNodeMap map,
String attr) |
protected void |
load() |
protected void |
processCategories(Document doc) |
protected void |
processLogLevelColors(Document doc) |
protected void |
processLogLevels(Document doc) |
protected void |
processLogTableColumns(Document doc) |
protected void |
processRecordFilter(Document doc) |
void |
reset() |
void |
save() |
protected void |
selectAllNodes() |
protected void |
store(String s) |
static String |
treePathToString(TreePath path) |
public ConfigurationManager(LogBrokerMonitor monitor, LogTable table)
public void save()
public void reset()
protected void load()
protected void processRecordFilter(Document doc)
protected void processCategories(Document doc)
protected void processLogLevels(Document doc)
protected void processLogLevelColors(Document doc)
protected void processLogTableColumns(Document doc)
protected String getValue(NamedNodeMap map, String attr)
protected void collapseTree()
protected void selectAllNodes()
protected void store(String s)
protected void deleteConfigurationFile()
protected String getFilename()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.