Package com.illumon.util.tools
Class JavadocCleaner
java.lang.Object
com.illumon.util.tools.JavadocCleaner
public class JavadocCleaner extends Object
Removes HTML links to excluded Illumon and Fishlib files in the given Javadoc directory.
-
Method Summary
Modifier and Type Method Description void
scrapeDirectory()
Loops over the files in the htmlDir, calling cleanFile()
-
Method Details
-
scrapeDirectory
public void scrapeDirectory()Loops over the files in the htmlDir, calling cleanFile()
-