You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/07/05 03:16:02 UTC

cvs commit: jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/executor package.html

donaldp     2002/07/04 18:16:02

  Added:       container/src/java/org/apache/myrmidon/interfaces/executor
                        package.html
  Log:
  Add in basic documentation about package
  
  Revision  Changes    Path
  1.1                  jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/executor/package.html
  
  Index: package.html
  ===================================================================
  <body>
  The Service interface for executing tasks.
  
  <h3>Overview</h3>
  <p>This package contains the service interface that is used to execute tasks.
  Tasks are represented using an xml-like structure
  {@link org.apache.myrmidon.api.metadata.ModelElement} and are executed in
  a particular {@link org.apache.myrmidon.api.TaskContext}. The {@link Executor}
  will enlist the support of other services to instantiate, configure and execute
  task. In most cases these services will be aquired via the
  {@link org.apache.myrmidon.api.TaskContext} that the task is executing in.<p>
  
  </body>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>