public class LogDistillerTask extends org.apache.tools.ant.Task
<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>
Modifier and Type | Class and Description |
---|---|
static class |
LogDistillerTask.Compressed |
Constructor and Description |
---|
LogDistillerTask() |
Modifier and Type | Method and Description |
---|---|
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) |
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
public LogDistillerTask()
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
Copyright © 2004–2014. All rights reserved.