|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
org.eclipse.egf.common.ant.AbstractAntTask
public abstract class AbstractAntTask
Base class for the tasks that are defined in this plug-in. Provides common behavior and facilities.
Code was copied from EMFTask class provided by org.eclipse.emf.ant plug-in.
Constructor Summary | |
---|---|
AbstractAntTask()
|
Method Summary | |
---|---|
static void |
assertTrue(String message_p,
boolean expression_p)
Throws a BuildException if expression_p 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()
Get the ANT progress monitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAntTask()
Method Detail |
---|
public static void assertTrue(String message_p, boolean expression_p) throws BuildException
message_p
- expression_p
-
BuildException
protected IProgressMonitor getProgressMonitor()
IProgressMonitor
public final void execute() throws BuildException
BuildException
org.apache.tools.ant.Task#execute()
protected void checkAttributes() throws BuildException
BuildException
protected abstract void doExecute() throws Exception
Exception
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.