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
  [EMAIL PROTECTED] org.apache.myrmidon.api.metadata.ModelElement} and are 
executed in
  a particular [EMAIL PROTECTED] org.apache.myrmidon.api.TaskContext}. The 
[EMAIL PROTECTED] Executor}
  will enlist the support of other services to instantiate, configure and 
execute
  task. In most cases these services will be aquired via the
  [EMAIL PROTECTED] org.apache.myrmidon.api.TaskContext} that the task is 
executing in.<p>
  
  </body>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to