DOC

org.mmbase : mmbase-utils

Maven & Gradle

Aug 09, 2019
0 stars

MMBase2 Utils · <p> MMBase Utils is a part of MMBase, but can also be used in other projects. It contains several kind of utility classes.</p> <p>Highlights:</p> <ul> <li>An implementation of 'events'. Threads can use this to communicate certain things. Using mmbase-clustering, these events can also be sent to other servers.</li> <li>A logging framework</li> <li>A framework for string and byte array transformeration, plus a whole lot of implemetentations for that.</li> <li>Several java.util like classes (collections, dateparsing)</li> <li>File type recognition ('magicfile')</li> <li>The MMBase resourceloader, a generic fall-back mechanism for configuration files and similar resources.</li> <li>...</li> </ul>

Table Of Contents

Latest Version

Download org.mmbase : mmbase-utils Javadoc & API Documentation - Latest Versions:

All Versions

Download org.mmbase : mmbase-utils Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file mmbase-utils-2.0.0-javadoc.jar to mmbase-utils-2.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder mmbase-utils-2.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 "mmbase-utils-2.0.0-sources.jar" -d "mmbase-utils-2.0.0-javadoc" -subpackages 

Advertisement