DOC

pro.johndunlap : getopt-databind

Maven & Gradle

Apr 20, 2023
0 stars

getopt-databind · This is a Java library which provides a flexible and customizable way to bind command line arguments to Java objects, in a similar manner to how JSON, XML, and YAML can be bound to Java objects. You can easily define Java classes that represent the data structure of your command line arguments, and use annotations to specify how those arguments should be parsed and bound to the corresponding fields in your Java object. This allows you to write command line interfaces that are more intuitive and easier to use, while also reducing the amount of boilerplate code that is needed to parse and validate command line arguments.

Table Of Contents

Latest Version

Download pro.johndunlap : getopt-databind Javadoc & API Documentation - Latest Versions:

All Versions

Download pro.johndunlap : getopt-databind Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.5.x

How to open Javadoc JAR file in web browser

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