Home
last modified time | relevance | path

Searched refs:GatherAPIData (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/tools/build/
DREADME.txt6 Using the GatherAPIData and ReportAPI tools
13 GatherAPIData
15 GatherAPIData uses javadoc to process the ICU4J source files and
23 GatherAPIData requires javadoc and is currently based on sun jdk
29 GatherAPIData should be passed all the packages that need reporting.
36 ReportAPI takes two api files generated by GatherAPIData and reports
66 The GatherAPIData utility automatically appends these extensions when
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIData.java72 public class GatherAPIData { class
106 return new GatherAPIData(root).run(); in start()
117 GatherAPIData(RootDoc root) { in GatherAPIData() method in GatherAPIData