peterreilly 2003/08/01 03:22:30 Modified: src/main/org/apache/tools/ant Task.java Log: style Revision Changes Path 1.47 +10 -0 ant/src/main/org/apache/tools/ant/Task.java Index: Task.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Task.java,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- Task.java 18 Jul 2003 12:45:55 -0000 1.46 +++ Task.java 1 Aug 2003 10:22:30 -0000 1.47 @@ -488,10 +488,20 @@ } } + /** + * Return the type of task + * + * @return the type of task + */ protected String getTaskType() { return taskType; } + /** + * Return the runtime configurable structure for this task + * + * @return the runtime structure for this task + */ protected RuntimeConfigurable getWrapper() { return wrapper; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]