public abstract class AbstractDemoAntRunner
extends java.lang.Object
Constructor and Description |
---|
AbstractDemoAntRunner(DemoIdentifier demoId,
java.lang.ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
protected IDemoCase |
createDemo() |
protected static void |
exitWithError(java.lang.String message) |
protected static void |
exitWithError(java.lang.String message,
java.lang.Exception e) |
protected DemoIdentifier |
getDemoIdentifier() |
abstract void |
run() |
public static final int ERRORS
public static final int SUCCESS
public AbstractDemoAntRunner(DemoIdentifier demoId, java.lang.ClassLoader classLoader)
public abstract void run()
protected DemoIdentifier getDemoIdentifier()
protected IDemoCase createDemo() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
protected static void exitWithError(java.lang.String message)
protected static void exitWithError(java.lang.String message, java.lang.Exception e)
JDemo homepage: http://www.jdemo.de
Copyright © 2003-2012 Markus Gebhard. All Rights Reserved.