I just released initial version of some helpful Java Utils, all written while implementing Snippet Injector into JAVADOC html files.
- Class implements general purpose methods helping to work arrays, array lists, etc.
- Reading from files
- Writing to files
- Printing files list
- Comparing file extension
- ...
- Folder elements
- Files in folder
- Subfolders
- Recursive list of elements found starting from a given starting folder
- Recursive list of files found starting from a given starting folder
- Recursive list of folder found starting from a given starting folder
- !!!! Waring - software will override your html files found in the JAVADOC folder and its subfolders.
- Injecting Google Analytics snippet into JAVADOC html file.
- Extending page (window) title in JAVADOC documents.
- Check how it works on my "doc" folders :-)