public class

ConfigurationManager

extends Object
java.lang.Object
   ↳ org.apache.log4j.lf5.viewer.configure.ConfigurationManager

Class Overview

ConfigurationManager handles the storage and retrival of the state of the CategoryExplorer

Summary

Public Constructors
ConfigurationManager(LogBrokerMonitor monitor, LogTable table)
Public Methods
void reset()
void save()
static String treePathToString(TreePath path)
Protected Methods
void collapseTree()
void deleteConfigurationFile()
String getFilename()
String getValue(NamedNodeMap map, String attr)
void load()
void processCategories(Document doc)
void processLogLevelColors(Document doc)
void processLogLevels(Document doc)
void processLogTableColumns(Document doc)
void processRecordFilter(Document doc)
void selectAllNodes()
void store(String s)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConfigurationManager (LogBrokerMonitor monitor, LogTable table)

Public Methods

public void reset ()

public void save ()

public static String treePathToString (TreePath path)

Protected Methods

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)

protected void selectAllNodes ()

protected void store (String s)