Save This Page
Home » apache-log4j-1.2.15 » org.apache » log4j » lf5 » viewer » categoryexplorer » [javadoc | source]
org.apache.log4j.lf5.viewer.categoryexplorer
public class: CategoryPath [javadoc | source]
java.lang.Object
   org.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath
CategoryPath is a collection of CategoryItems which represent a path of categories.
Field Summary
protected  LinkedList _categoryElements     
Constructor:
 public CategoryPath() 
 public CategoryPath(String category) 
    Construct a CategoryPath. If the category is null, it defaults to "Debug".
Method from org.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath Summary:
addCategoryElement,   categoryElementAt,   isEmpty,   removeAllCategoryElements,   size,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath Detail:
 public  void addCategoryElement(CategoryElement categoryElement) 
    Adds the specified categoryElement to the end of the categoryElement set.
 public CategoryElement categoryElementAt(int index) 
    Returns the CategoryElement at the specified index.
 public boolean isEmpty() 
 public  void removeAllCategoryElements() 
    Removes all categoryElements.
 public int size() 
    returns the number of CategoryElements.
 public String toString()