donaldp 2002/06/30 03:30:47
Modified: container/src/java/org/apache/myrmidon/interfaces/executor
ExecutionFrame.java
Log:
Remove out of date javadocs
Revision Changes Path
1.25 +1 -19
jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/executor/ExecutionFrame.java
Index: ExecutionFrame.java
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/executor/ExecutionFrame.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ExecutionFrame.java 30 Jun 2002 10:18:59 -0000 1.24
+++ ExecutionFrame.java 30 Jun 2002 10:30:47 -0000 1.25
@@ -10,7 +10,6 @@
import java.io.File;
import org.apache.myrmidon.api.TaskContext;
import org.apache.myrmidon.api.TaskException;
-import org.apache.myrmidon.interfaces.property.PropertyStore;
/**
* An Execution Frame represents the scope in which tasks are executed.
@@ -45,23 +44,6 @@
TaskContext createTaskContext( String taskName, String location )
throws TaskException;
- /**
- * Create a child execution frame.
- * The name of child frame is this frame's name concaternated
- * with "/" and the specified name.
- *
- * <p>If partition is true then this frame is considered a
- * partitioning frame. A partitioning frame is one which
- * creates a new instance of [EMAIL PROTECTED] PropertyStore}. This new
instances
- * will inherit values from the parent object but any modifications
- * (ie additions or removals) will be local to this frame
- * (and child frames).</p>
- *
- * @param name the name of child frame relative to this frame.
- * @param baseDirectory the directory from which the child frame
operates.
- * If null will use this frame's base directory.
- * @return the new child ExecutionFrame.
- */
ExecutionFrame createPartition( String name, File baseDirectory );
ExecutionFrame createChildFrame( String name );
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>