You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

base_task_classes.html 1.7 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>Tasks Desinged for Extension</title>
  5. </head>
  6. <body>
  7. <h1>Tasks Designed for Extension</h1>
  8. <p>These classes are designed to be extended. Always start here when writing your own task.</p>
  9. <p><strong>The links will not work in the online version of this document.</strong></p>
  10. <table border="1">
  11. <thead>
  12. <tr>
  13. <th>
  14. Class
  15. </th>
  16. <th>
  17. Description
  18. </th>
  19. </tr>
  20. </thead>
  21. <tbody>
  22. <tr>
  23. <td>
  24. <a href="api/org/apache/tools/ant/Task.html">Task</a>
  25. </td>
  26. <td>
  27. Base class for all tasks.
  28. </td>
  29. </tr>
  30. <tr>
  31. <td>
  32. <a href="api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html">AbstractCvsTask</a>
  33. </td>
  34. <td>
  35. Another task can extend this with some customized output processing
  36. </td>
  37. </tr>
  38. <tr>
  39. <td>
  40. <a href="api/org/apache/tools/ant/taskdefs/JDBCTask.html">JDBCTask</a>
  41. </td>
  42. <td>
  43. Handles JDBC configuration needed by SQL type tasks.
  44. </td>
  45. </tr>
  46. <tr>
  47. <td>
  48. <a href="api/org/apache/tools/ant/taskdefs/MatchingTask.html">MatchingTask</a>
  49. </td>
  50. <td>
  51. This is an abstract task that should be used by all those tasks that require to include or exclude files based on pattern matching.
  52. </td>
  53. </tr>
  54. <tr>
  55. <td>
  56. <a href="api/org/apache/tools/ant/taskdefs/Pack.html">Pack</a>
  57. </td>
  58. <td>
  59. Abstract Base class for pack tasks.
  60. </td>
  61. </tr>
  62. <tr>
  63. <td>
  64. <a href="api/org/apache/tools/ant/taskdefs/Unpack.html">Unpack</a>
  65. </td>
  66. <td>
  67. Abstract Base class for unpack tasks.
  68. </td>
  69. </tr>
  70. <tr>
  71. <td>
  72. <a href="api/org/apache/tools/ant/dispatch/DispatchTask.html">DispatchTask</a>
  73. </td>
  74. <td>
  75. Abstract Base class for tasks that may have multiple actions.
  76. </td>
  77. </tr>
  78. </tbody>
  79. </table>
  80. <hr>
  81. <p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
  82. Reserved.</p>
  83. </body>
  84. </html>