DOC

com.github.michaelgantman : MgntUtils

Maven & Gradle

Jun 25, 2023
8 usages
43 stars

MgntUtils · Set of various Utils: stacktrace noise filter, String to/from unicode sequence converter, simple Http client JSON parser/serializer, Silent String parsing to Integer and other numeric types, Parsing String to time intervals with support for time unit suffixes, JSON parser that provides serialization/deserialization of classes to JSON, Version comparator and Version ranges operations, Self-throttling binary reader from Http request, File reader, A utility that automatically initiates a Factory with instances of all classes that implement user provided interface. An infrastructure for writing Scheduled Task classes where time interval for task execution is provided in humanly readable format (such as "9h" for 9 hours)

Table Of Contents

Latest Version

Download com.github.michaelgantman : MgntUtils Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.michaelgantman : MgntUtils Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.7.x
1.6.x
1.5.x
1.04
1.03
1.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file MgntUtils-1.7.0.0-javadoc.jar to MgntUtils-1.7.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder MgntUtils-1.7.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "MgntUtils-1.7.0.0-sources.jar" -d "MgntUtils-1.7.0.0-javadoc" -subpackages 

Advertisement