|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
net.sf.logdistiller.ant.LogDistillerTask
public class LogDistillerTask
Ant task to configure and launch a log distillation.
<logdistiller conf="<i>[xml configuration file]</i>" publish="<i>[all|file,mail,...]</i>" compressed="<i>[no|gzip|zip]</i>"> [<<a href="AntProperty.html">property</a> .../>]* <fileset ...> lt;/logdistiller>
Nested Class Summary | |
---|---|
static class |
LogDistillerTask.Compressed
|
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
LogDistillerTask()
|
Method Summary | |
---|---|
void |
addConfiguredProperty(AntProperty property)
|
void |
addFileSet(org.apache.tools.ant.types.FileSet fs)
|
AntLogDistillation |
createLogdistillation()
Deprecated. since LogDistiller 0.7, replaced by output element in rules configuration |
AntLogEvent |
createLogevent()
Deprecated. since LogDistiller 0.7, replaced by logtype element in rules configuration |
void |
execute()
|
void |
setCompressed(LogDistillerTask.Compressed attr)
|
void |
setConf(File conf)
|
void |
setMail(boolean mail)
|
void |
setPublish(String publish)
|
Methods inherited from class org.apache.tools.ant.Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogDistillerTask()
Method Detail |
---|
public void setConf(File conf)
public void setMail(boolean mail)
public void setPublish(String publish)
public void addConfiguredProperty(AntProperty property)
public void setCompressed(LogDistillerTask.Compressed attr)
public AntLogEvent createLogevent()
public AntLogDistillation createLogdistillation()
public void addFileSet(org.apache.tools.ant.types.FileSet fs)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |