net.sf.logdistiller.ant
Class AntLogDistillation

java.lang.Object
  extended by net.sf.logdistiller.ant.AntLogDistillation

Deprecated. replaced by output element in rules configuration file.

public class AntLogDistillation
extends Object

Definition of logdistillation configration in Ant buildfile.

 <logdistillation</a> destdir="<i>[directory to store event groups]</i>" content="<i>[content description]</i>" skipgroups="<i>[group to skip]</i>"/>
 


Constructor Summary
AntLogDistillation()
          Deprecated.  
 
Method Summary
 String getContent()
          Deprecated.  
 File getDestdir()
          Deprecated.  
 String getSkipgroups()
          Deprecated.  
 void setContent(String content)
          Deprecated.  
 void setDestdir(File destdir)
          Deprecated.  
 void setSkipgroups(String skipgroups)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntLogDistillation

public AntLogDistillation()
Deprecated. 
Method Detail

setDestdir

public void setDestdir(File destdir)
Deprecated. 

getDestdir

public File getDestdir()
Deprecated. 

setContent

public void setContent(String content)
Deprecated. 

getContent

public String getContent()
Deprecated. 

setSkipgroups

public void setSkipgroups(String skipgroups)
Deprecated. 

getSkipgroups

public String getSkipgroups()
Deprecated. 


Copyright © 2004-2009. All Rights Reserved.