浏览代码

Better documentation of getSubProjectExecutor()

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@761528 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 年前
父节点
当前提交
94232b62a9
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      src/main/org/apache/tools/ant/Executor.java

+ 6
- 0
src/main/org/apache/tools/ant/Executor.java 查看文件

@@ -35,6 +35,12 @@ public interface Executor {

/**
* Get the appropriate subproject Executor instance.
*
* This allows the top executor to control what type of executor is used to execute
* subprojects via <ant>/<antcall>/<subant> and task that extend these.
* All bundled Executors return a SingleCheckExecutor (running a merged set of
* depended targets for all targets called) to run sub-builds.
*
* @return an Executor instance.
*/
Executor getSubProjectExecutor();


正在加载...
取消
保存