DOC

io.operon : camel-operon

Maven & Gradle

Aug 18, 2023
0 stars

Camel Operon Component · Camel-operon is a camel-component for running Operon from Camel routes. It is also possible to call Camel routes from Operon. Operon is a programming language which can be easily embedded with JVM-based languages (Java, Scala, Groovy, Kotlin, Clojure, etc.) or run standalone with the native-version. Operon is especially great for transforming and handling JSON-data.

Table Of Contents

Latest Version

Download io.operon : camel-operon Javadoc & API Documentation - Latest Versions:

All Versions

Download io.operon : camel-operon Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

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