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.4 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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 Desgined for Extension</h1>
  8. These classes are desgined to be extended. Always start here when writting your own task.
  9. <table border="1">
  10. <thead>
  11. <tr>
  12. <th>
  13. Class
  14. </th>
  15. <th>
  16. Description
  17. </th>
  18. </tr>
  19. </thead>
  20. <tbody>
  21. <tr>
  22. <td>
  23. <a href="api/org/apache/tools/ant/Task.html">Task</a>
  24. </td>
  25. <td>
  26. Base class for all tasks.
  27. </td>
  28. </tr>
  29. <tr>
  30. <td>
  31. <a href="api/org/apache/tools/ant/taskdefs/AbstractCvsTask.html">AbstractCvsTask</a>
  32. </td>
  33. <td>
  34. Another task can extend this with some customized output processing
  35. </td>
  36. </tr>
  37. <tr>
  38. <td>
  39. <a href="api/org/apache/tools/ant/taskdefs/JDBCTask.html">JDBCTask</a>
  40. </td>
  41. <td>
  42. Handles JDBC configuration needed by SQL type tasks.
  43. </td>
  44. </tr>
  45. <tr>
  46. <td>
  47. <a href="api/org/apache/tools/ant/taskdefs/MatchingTask.html">MatchingTask</a>
  48. </td>
  49. <td>
  50. This is an abstract task that should be used by all those tasks that require to include or exclude files based on pattern matching.
  51. </td>
  52. </tr>
  53. <tr>
  54. <td>
  55. <a href="api/org/apache/tools/ant/taskdefs/Pack.html">Pack</a>
  56. </td>
  57. <td>
  58. Abstract Base class for pack tasks.
  59. </td>
  60. </tr>
  61. <tr>
  62. <td>
  63. <a href="api/org/apache/tools/ant/taskdefs/Unpack.html">Unpack</a>
  64. </td>
  65. <td>
  66. Abstract Base class for unpack tasks.
  67. </td>
  68. </tr>
  69. </tbody>
  70. </table>
  71. <hr>
  72. <p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
  73. Reserved.</p>
  74. </body>
  75. </html>