| java.lang.Object org.apache.tools.ant.module.run.LastTargetExecuted
LastTargetExecuted | public class LastTargetExecuted (Code) | | Records the last Ant target(s) that was executed.
author: Jesse Glick |
getLastBuildScript | public static AntProjectCookie getLastBuildScript()(Code) | | Get the last build script to be run.
the last-run build script, or null if nothing has been run yet (or the build script disappeared etc.) |
getLastTargets | public static String[] getLastTargets()(Code) | | Get the last target names to be run.
a list of one or more targets, or null for the default target |
getProcessDisplayName | public static String getProcessDisplayName()(Code) | | Get a display name (as it would appear in the Output Window) for the last process.
a process display name, or null if nothing has been run yet |
rerun | public static ExecutorTask rerun() throws IOException(Code) | | Try to rerun the last task.
|
|
|