public abstract class EMFTask
extends Task
| Constructor and Description |
|---|
EMFTask() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertTrue(java.lang.String message,
boolean expression)
Throws a BuildException if expression is false.
|
protected void |
checkAttributes()
All the attribute checks should be performed in this method.
|
protected abstract void |
doExecute()
Performs the task specific code.
|
void |
execute() |
protected IProgressMonitor |
getProgressMonitor() |
public static void assertTrue(java.lang.String message,
boolean expression)
throws BuildException
message - expression - BuildExceptionprotected IProgressMonitor getProgressMonitor()
public final void execute()
throws BuildException
BuildExceptionprotected void checkAttributes()
throws BuildException
BuildExceptionprotected abstract void doExecute()
throws java.lang.Exception
java.lang.Exception