net.sf.logdistiller
Class LogDistiller.Category

java.lang.Object
  extended by net.sf.logdistiller.LogDistiller.Category
All Implemented Interfaces:
Serializable
Enclosing class:
LogDistiller

public static class LogDistiller.Category
extends Object
implements Serializable

Definition of a category, which will contain groups.

See Also:
Serialized Form

Constructor Summary
LogDistiller.Category(String id, String description)
           
 
Method Summary
 String getDescription()
           
 List getGroups()
           
 String getId()
           
 LogDistiller getLogdistiller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDistiller.Category

public LogDistiller.Category(String id,
                             String description)
Method Detail

getLogdistiller

public LogDistiller getLogdistiller()

getId

public String getId()

getDescription

public String getDescription()

getGroups

public List getGroups()


Copyright © 2004-2009. All Rights Reserved.