public abstract class AbstractTask extends Object implements Task
Modifier and Type | Field and Description |
---|---|
protected static String |
DO_NOTHING |
protected org.slf4j.Logger |
log
Deprecated.
since 4.5 - declare proper static final Logger in sublcasses.
|
Constructor and Description |
---|
AbstractTask(String taskName,
String taskDescription) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Description what will happen during the execution.
|
String |
getName()
Description of what has changed.
|
String |
toString() |
protected static final String DO_NOTHING
protected org.slf4j.Logger log
public String getName()
Task
public String getDescription()
Task
getDescription
in interface Task
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.