public abstract class AbstractMonitAntTaskRequiringRefId extends AbstractMonitAntTask
| Modifier and Type | Field and Description |
|---|---|
protected String |
refId
Name of the object reference in which flows have been put
|
failOnError| Constructor and Description |
|---|
AbstractMonitAntTaskRequiringRefId() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTask()
Do the task job
|
abstract void |
doTaskRequiringRefId()
Do the job of the task requiring "refid'
|
protected List<org.ow2.petals.log.parser.api.model.FlowStep> |
getAllFlowSteps(org.ow2.petals.log.parser.api.model.FlowStep flowStep)
Build a flow step list ordered by arrival of the associated MONIT trace.
|
void |
setRefid(String refId) |
execute, isFailOnError, setFailOnErrorbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected String refId
public void setRefid(String refId)
refId - public final void doTask()
throws Exception
AbstractMonitAntTaskdoTask in class AbstractMonitAntTaskExceptionpublic abstract void doTaskRequiringRefId()
throws Exception
Exceptionprotected List<org.ow2.petals.log.parser.api.model.FlowStep> getAllFlowSteps(org.ow2.petals.log.parser.api.model.FlowStep flowStep)
flowStep - The root flow step from which the list must be build.Copyright © 2005-2015 Linagora. All Rights Reserved.