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: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|