T - the type of the taskpublic abstract class AbstractTaskBuilder<T extends Task> extends Object implements TaskBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_NAME |
| Constructor and Description |
|---|
AbstractTaskBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getName() |
AbstractTaskBuilder<T> |
withName(String name)
Assigns a name to the task being built
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected static final String DEFAULT_NAME
public AbstractTaskBuilder<T> withName(String name)
name - the name of the taskprotected String getName()
Apache Camel