net.sf.logdistiller
Class LogDistillation.Category

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

public static class LogDistillation.Category
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LogDistillation.Category(LogDistiller.Category definition)
           
 
Method Summary
 LogDistiller.Category getDefinition()
           
 List getGroups()
           
 LogDistillation getLogdistillation()
           
 boolean isSkip()
           
 List listGroupsToReport()
           
 void setSkip(boolean skip)
           
 long sumBytes()
           
 int sumEventCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDistillation.Category

public LogDistillation.Category(LogDistiller.Category definition)
Method Detail

getLogdistillation

public LogDistillation getLogdistillation()

getDefinition

public LogDistiller.Category getDefinition()

getGroups

public List getGroups()

setSkip

public void setSkip(boolean skip)

isSkip

public boolean isSkip()

sumEventCount

public int sumEventCount()

sumBytes

public long sumBytes()

listGroupsToReport

public List listGroupsToReport()


Copyright © 2004-2009. All Rights Reserved.