Browse Source

Update javadocs.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272029 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
d9c407c42d
2 changed files with 5 additions and 1 deletions
  1. +0
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java
  2. +5
    -0
      proposal/myrmidon/src/java/org/apache/myrmidon/frontends/EmbeddedAnt.java

+ 0
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java View File

@@ -14,7 +14,6 @@ import java.util.Map;
* This interface represents the <em>Context</em> in which Task is executed.
* Like other Component APIs the TaskContext represents the communication
* path between the container and the Task.
* Unlike other APIs the Logging is provided through another interface (LogEnabled).
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @version $Revision$ $Date$


+ 5
- 0
proposal/myrmidon/src/java/org/apache/myrmidon/frontends/EmbeddedAnt.java View File

@@ -26,6 +26,11 @@ import org.apache.myrmidon.listeners.ProjectListener;
* A utility class, that takes care of launching Myrmidon, and building and
* executing a project.
*
* <p>To use this class, create an instance and configure. To execute
* targets in a project, use the {@link #executeTargets} method. This can
* be done one or more times. Finally, call the {@link #stop} method to
* clean-up.
*
* @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a>
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @version $Revision$ $Date$


Loading…
Cancel
Save