/JavaDocExtractor

extract classes, methods and descriptions/texts from the official oracle java html documentaion into sqlite database

Primary LanguageJavaMIT LicenseMIT

JavaDocExtractor

Extract classes, methods and descriptions/texts from the official oracle java html documentaion into sqlite database

  • javadoc.db is prefilled with java se version

The default docs folder is the Java se 8.

Steps to change java doc version

  • Download in html format and put in docs folder the official java docs from oracle.
  • Change tha paths in class Paths.
  • Run