DOC

com.github.muff1nman.chameleon : chameleon-parent

Maven & Gradle

Oct 20, 2017
5 stars

Chameleon · Java library + tools allowing to parse/create/edit/convert/save almost any type of multimedia playlist. Supported formats: M3U/M3U8/M4U/RAM, ASX/WMX/WVX/WAX, WPL, XSPF, SMIL, PLS, B4S/BPL, RMP, KPL, PLIST, MPCPL, RSS/MediaRSS, Atom, Hypetape, PLA, PLP.

Table Of Contents

Latest Version

Download com.github.muff1nman.chameleon : chameleon-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.muff1nman.chameleon : chameleon-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x

How to open Javadoc JAR file in web browser

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

Advertisement