DOC

io.github.dovaleac : stateless4j-yaml-importer

Maven & Gradle

Dec 29, 2019
0 stars

Stateless4j YAML importer · This project reads a YAML file and generates code compatible with the stateless4j library available at https://github.com/oxo42/stateless4j. The yaml represents a state machine; if you have more than one, simply add several state machines and call this plugin several times.

Table Of Contents

Latest Version

Download io.github.dovaleac : stateless4j-yaml-importer Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.dovaleac : stateless4j-yaml-importer Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x
1.4.x
1.2.x

How to open Javadoc JAR file in web browser

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

Advertisement