public class AuditTask extends AbstractBundleTask
| Constructor and Description |
|---|
AuditTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(String msg)
Set a multiline message.
|
void |
execute() |
String |
getAction() |
String |
getInfo() |
String |
getMessage() |
BundleAntProject.AuditStatus |
getStatus() |
void |
maybeConfigure() |
void |
setAction(String action) |
void |
setInfo(String info) |
void |
setMessage(String message) |
void |
setStatus(String status) |
getProjectbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void maybeConfigure()
throws org.apache.tools.ant.BuildException
maybeConfigure in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic BundleAntProject.AuditStatus getStatus()
public void setStatus(String status)
public String getAction()
public void setAction(String action)
public String getInfo()
public void setInfo(String info)
public String getMessage()
public void setMessage(String message)
public void addText(String msg)
msg - the CDATA text to append to the message textCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.