You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2017/08/06 15:02:52 UTC

svn commit: r1804238 [2/39] - in /johnzon/site/publish: ./ apidocs/ apidocs/class-use/ apidocs/org/apache/johnzon/core/ apidocs/org/apache/johnzon/core/class-use/ apidocs/org/apache/johnzon/jaxrs/ apidocs/org/apache/johnzon/jaxrs/class-use/ apidocs/org...

Added: johnzon/site/publish/apidocs/HelpMojo.html
URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/HelpMojo.html?rev=1804238&view=auto
==============================================================================
--- johnzon/site/publish/apidocs/HelpMojo.html (added)
+++ johnzon/site/publish/apidocs/HelpMojo.html Sun Aug  6 15:02:40 2017
@@ -0,0 +1,738 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>HelpMojo (Apache Johnzon 1.1.2 API)</title>
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="HelpMojo (Apache Johnzon 1.1.2 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":10,"i7":10,"i8":10,"i9":9,"i10":9,"i11":9,"i12":9,"i13":10,"i14":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HelpMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev&nbsp;Class</li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?HelpMojo.html" target="_top">Frames</a></li>
+<li><a href="HelpMojo.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<h2 title="Class HelpMojo" class="title">Class HelpMojo</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.AbstractMojo</li>
+<li>
+<ul class="inheritance">
+<li>HelpMojo</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
+</dl>
+<hr>
+<br>
+<pre>@Mojo(name="help",
+      requiresProject=false,
+      threadSafe=true)
+public class <span class="typeNameLabel">HelpMojo</span>
+extends org.apache.maven.plugin.AbstractMojo</pre>
+<div class="block">Display help information on johnzon-maven-plugin.<br>
+ Call <code>mvn johnzon:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
+<dl>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>maven-plugin-tools</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#DEFAULT_LINE_LENGTH">DEFAULT_LINE_LENGTH</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#detail">detail</a></span></code>
+<div class="block">If <code>true</code>, display all settable properties for each goal.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#goal">goal</a></span></code>
+<div class="block">The name of the goal for which to show help.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#indentSize">indentSize</a></span></code>
+<div class="block">The number of spaces per indentation level, should be positive.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#lineLength">lineLength</a></span></code>
+<div class="block">The maximum length of a display line, should be positive.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#PLUGIN_HELP_PATH">PLUGIN_HELP_PATH</a></span></code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
+<code>ROLE</code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="HelpMojo.html#HelpMojo--">HelpMojo</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>private void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#append-java.lang.StringBuilder-java.lang.String-int-">append</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
+      <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description,
+      int&nbsp;indent)</code>
+<div class="block">Append a description to the buffer by respecting the indentSize and lineLength parameters.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#build--">build</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#execute--">execute</a></span>()</code></td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#findNamedChild-org.w3c.dom.Node-java.lang.String-">findNamedChild</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;node,
+              <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementName)</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#findSingleChild-org.w3c.dom.Node-java.lang.String-">findSingleChild</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;node,
+               <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementName)</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>private static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#getIndentLevel-java.lang.String-">getIndentLevel</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;line)</code>
+<div class="block">Gets the indentation level of the specified line.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#getPropertyFromExpression-java.lang.String-">getPropertyFromExpression</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expression)</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#getSingleChild-org.w3c.dom.Node-java.lang.String-">getSingleChild</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;node,
+              <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementName)</code>&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#getValue-org.w3c.dom.Node-java.lang.String-">getValue</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;node,
+        <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementName)</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>private static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#isNotEmpty-java.lang.String-">isNotEmpty</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string)</code>&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>private static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#repeat-java.lang.String-int-">repeat</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str,
+      int&nbsp;repeat)</code>
+<div class="block">Repeat a String <code>n</code> times to form a new string.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>private static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#toLines-java.util.List-java.lang.String-int-int-">toLines</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;lines,
+       <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;line,
+       int&nbsp;indentSize,
+       int&nbsp;lineLength)</code>
+<div class="block">Adds the specified line to the output sequence, performing line wrapping if necessary.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>private static <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#toLines-java.lang.String-int-int-int-">toLines</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text,
+       int&nbsp;indent,
+       int&nbsp;indentSize,
+       int&nbsp;lineLength)</code>
+<div class="block">Splits the specified text into lines of convenient display length.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>private void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#writeGoal-java.lang.StringBuilder-java.lang.String-org.w3c.dom.Element-">writeGoal</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
+         <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goalPrefix,
+         <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;mojo)</code>&nbsp;</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>private void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="HelpMojo.html#writeParameter-java.lang.StringBuilder-org.w3c.dom.Node-org.w3c.dom.Node-">writeParameter</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
+              <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;parameter,
+              <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;configurationElement)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="detail">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>detail</h4>
+<pre>@Parameter(property="detail",
+           defaultValue="false")
+private&nbsp;boolean detail</pre>
+<div class="block">If <code>true</code>, display all settable properties for each goal.</div>
+</li>
+</ul>
+<a name="goal">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>goal</h4>
+<pre>@Parameter(property="goal")
+private&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> goal</pre>
+<div class="block">The name of the goal for which to show help. If unspecified, all goals will be displayed.</div>
+</li>
+</ul>
+<a name="lineLength">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>lineLength</h4>
+<pre>@Parameter(property="lineLength",
+           defaultValue="80")
+private&nbsp;int lineLength</pre>
+<div class="block">The maximum length of a display line, should be positive.</div>
+</li>
+</ul>
+<a name="indentSize">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>indentSize</h4>
+<pre>@Parameter(property="indentSize",
+           defaultValue="2")
+private&nbsp;int indentSize</pre>
+<div class="block">The number of spaces per indentation level, should be positive.</div>
+</li>
+</ul>
+<a name="PLUGIN_HELP_PATH">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PLUGIN_HELP_PATH</h4>
+<pre>private static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PLUGIN_HELP_PATH</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="constant-values.html#HelpMojo.PLUGIN_HELP_PATH">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_LINE_LENGTH">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT_LINE_LENGTH</h4>
+<pre>private static final&nbsp;int DEFAULT_LINE_LENGTH</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="constant-values.html#HelpMojo.DEFAULT_LINE_LENGTH">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="HelpMojo--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>HelpMojo</h4>
+<pre>public&nbsp;HelpMojo()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="build--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>build</h4>
+<pre>private&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;build()
+                throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="execute--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>execute</h4>
+<pre>public&nbsp;void&nbsp;execute()
+             throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="isNotEmpty-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isNotEmpty</h4>
+<pre>private static&nbsp;boolean&nbsp;isNotEmpty(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;string)</pre>
+</li>
+</ul>
+<a name="getValue-org.w3c.dom.Node-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValue</h4>
+<pre>private&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getValue(<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;node,
+                        <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementName)
+                 throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getSingleChild-org.w3c.dom.Node-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSingleChild</h4>
+<pre>private&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;getSingleChild(<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;node,
+                            <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementName)
+                     throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="findNamedChild-org.w3c.dom.Node-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findNamedChild</h4>
+<pre>private&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&gt;&nbsp;findNamedChild(<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;node,
+                                  <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementName)</pre>
+</li>
+</ul>
+<a name="findSingleChild-org.w3c.dom.Node-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findSingleChild</h4>
+<pre>private&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;findSingleChild(<a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;node,
+                             <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;elementName)
+                      throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeGoal-java.lang.StringBuilder-java.lang.String-org.w3c.dom.Element-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeGoal</h4>
+<pre>private&nbsp;void&nbsp;writeGoal(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
+                       <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;goalPrefix,
+                       <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;mojo)
+                throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeParameter-java.lang.StringBuilder-org.w3c.dom.Node-org.w3c.dom.Node-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeParameter</h4>
+<pre>private&nbsp;void&nbsp;writeParameter(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
+                            <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;parameter,
+                            <a href="http://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a>&nbsp;configurationElement)
+                     throws org.apache.maven.plugin.MojoExecutionException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="repeat-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>repeat</h4>
+<pre>private static&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;repeat(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str,
+                             int&nbsp;repeat)</pre>
+<div class="block"><p>Repeat a String <code>n</code> times to form a new string.</p></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>str</code> - String to repeat</dd>
+<dd><code>repeat</code> - number of times to repeat str</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>String with repeated String</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/NegativeArraySizeException.html?is-external=true" title="class or interface in java.lang">NegativeArraySizeException</a></code> - if <code>repeat < 0</code></dd>
+<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if str is <code>null</code></dd>
+</dl>
+</li>
+</ul>
+<a name="append-java.lang.StringBuilder-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>append</h4>
+<pre>private&nbsp;void&nbsp;append(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
+                    <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description,
+                    int&nbsp;indent)</pre>
+<div class="block">Append a description to the buffer by respecting the indentSize and lineLength parameters.
+ <b>Note</b>: The last character is always a new line.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sb</code> - The buffer to append the description, not <code>null</code>.</dd>
+<dd><code>description</code> - The description, not <code>null</code>.</dd>
+<dd><code>indent</code> - The base indentation level of each line, must not be negative.</dd>
+</dl>
+</li>
+</ul>
+<a name="toLines-java.lang.String-int-int-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toLines</h4>
+<pre>private static&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;toLines(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text,
+                                    int&nbsp;indent,
+                                    int&nbsp;indentSize,
+                                    int&nbsp;lineLength)</pre>
+<div class="block">Splits the specified text into lines of convenient display length.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>text</code> - The text to split into lines, must not be <code>null</code>.</dd>
+<dd><code>indent</code> - The base indentation level of each line, must not be negative.</dd>
+<dd><code>indentSize</code> - The size of each indentation, must not be negative.</dd>
+<dd><code>lineLength</code> - The length of the line, must not be negative.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The sequence of display lines, never <code>null</code>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/NegativeArraySizeException.html?is-external=true" title="class or interface in java.lang">NegativeArraySizeException</a></code> - if <code>indent < 0</code></dd>
+</dl>
+</li>
+</ul>
+<a name="toLines-java.util.List-java.lang.String-int-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toLines</h4>
+<pre>private static&nbsp;void&nbsp;toLines(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;lines,
+                            <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;line,
+                            int&nbsp;indentSize,
+                            int&nbsp;lineLength)</pre>
+<div class="block">Adds the specified line to the output sequence, performing line wrapping if necessary.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>lines</code> - The sequence of display lines, must not be <code>null</code>.</dd>
+<dd><code>line</code> - The line to add, must not be <code>null</code>.</dd>
+<dd><code>indentSize</code> - The size of each indentation, must not be negative.</dd>
+<dd><code>lineLength</code> - The length of the line, must not be negative.</dd>
+</dl>
+</li>
+</ul>
+<a name="getIndentLevel-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIndentLevel</h4>
+<pre>private static&nbsp;int&nbsp;getIndentLevel(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;line)</pre>
+<div class="block">Gets the indentation level of the specified line.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>line</code> - The line whose indentation level should be retrieved, must not be <code>null</code>.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The indentation level of the line.</dd>
+</dl>
+</li>
+</ul>
+<a name="getPropertyFromExpression-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getPropertyFromExpression</h4>
+<pre>private&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getPropertyFromExpression(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expression)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/HelpMojo.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-all.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev&nbsp;Class</li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?HelpMojo.html" target="_top">Frames</a></li>
+<li><a href="HelpMojo.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: johnzon/site/publish/apidocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/allclasses-frame.html?rev=1804238&r1=1804237&r2=1804238&view=diff
==============================================================================
--- johnzon/site/publish/apidocs/allclasses-frame.html (original)
+++ johnzon/site/publish/apidocs/allclasses-frame.html Sun Aug  6 15:02:40 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Johnzon 1.1.1 API)</title>
+<title>All Classes (Apache Johnzon 1.1.2 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -70,12 +70,11 @@
 <li><a href="org/apache/johnzon/mapper/access/FieldAndMethodAccessMode.CompositeReader.html" title="class in org.apache.johnzon.mapper.access" target="classFrame">FieldAndMethodAccessMode.CompositeReader</a></li>
 <li><a href="org/apache/johnzon/mapper/access/FieldAndMethodAccessMode.CompositeWriter.html" title="class in org.apache.johnzon.mapper.access" target="classFrame">FieldAndMethodAccessMode.CompositeWriter</a></li>
 <li><a href="org/apache/johnzon/mapper/converter/FloatConverter.html" title="class in org.apache.johnzon.mapper.converter" target="classFrame">FloatConverter</a></li>
-<li><a href="org/apache/johnzon/maven/plugin/HelpMojo.html" title="class in org.apache.johnzon.maven.plugin" target="classFrame">HelpMojo</a></li>
+<li><a href="HelpMojo.html" title="class in &lt;Unnamed&gt;" target="classFrame">HelpMojo</a></li>
 <li><a href="org/apache/johnzon/core/HStack.html" title="class in org.apache.johnzon.core" target="classFrame">HStack</a></li>
 <li><a href="org/apache/johnzon/core/HStack.Node.html" title="class in org.apache.johnzon.core" target="classFrame">HStack.Node</a></li>
 <li><a href="org/apache/johnzon/jaxrs/IgnorableTypes.html" title="class in org.apache.johnzon.jaxrs" target="classFrame">IgnorableTypes</a></li>
 <li><a href="org/apache/johnzon/mapper/converter/IntegerConverter.html" title="class in org.apache.johnzon.mapper.converter" target="classFrame">IntegerConverter</a></li>
-<li><a href="org/apache/johnzon/jsonb/JohnsonJsonb.html" title="class in org.apache.johnzon.jsonb" target="classFrame">JohnsonJsonb</a></li>
 <li><a href="org/apache/johnzon/jsonb/spi/JohnzonAdapterFactory.html" title="interface in org.apache.johnzon.jsonb.spi" target="classFrame"><span class="interfaceName">JohnzonAdapterFactory</span></a></li>
 <li><a href="org/apache/johnzon/jsonb/spi/JohnzonAdapterFactory.ConstantInstance.html" title="class in org.apache.johnzon.jsonb.spi" target="classFrame">JohnzonAdapterFactory.ConstantInstance</a></li>
 <li><a href="org/apache/johnzon/jsonb/spi/JohnzonAdapterFactory.Instance.html" title="interface in org.apache.johnzon.jsonb.spi" target="classFrame"><span class="interfaceName">JohnzonAdapterFactory.Instance</span></a></li>
@@ -87,6 +86,7 @@
 <li><a href="org/apache/johnzon/jsonb/serializer/JohnzonDeserializationContext.html" title="class in org.apache.johnzon.jsonb.serializer" target="classFrame">JohnzonDeserializationContext</a></li>
 <li><a href="org/apache/johnzon/mapper/JohnzonIgnore.html" title="annotation in org.apache.johnzon.mapper" target="classFrame">JohnzonIgnore</a></li>
 <li><a href="org/apache/johnzon/mapper/JohnzonIgnoreNested.html" title="annotation in org.apache.johnzon.mapper" target="classFrame">JohnzonIgnoreNested</a></li>
+<li><a href="org/apache/johnzon/jsonb/JohnzonJsonb.html" title="class in org.apache.johnzon.jsonb" target="classFrame">JohnzonJsonb</a></li>
 <li><a href="org/apache/johnzon/jsonb/converter/JohnzonJsonbAdapter.html" title="class in org.apache.johnzon.jsonb.converter" target="classFrame">JohnzonJsonbAdapter</a></li>
 <li><a href="org/apache/johnzon/core/JohnzonJsonParser.html" title="interface in org.apache.johnzon.core" target="classFrame"><span class="interfaceName">JohnzonJsonParser</span></a></li>
 <li><a href="org/apache/johnzon/core/JohnzonJsonParser.JohnzonJsonParserWrapper.html" title="class in org.apache.johnzon.core" target="classFrame">JohnzonJsonParser.JohnzonJsonParserWrapper</a></li>

Modified: johnzon/site/publish/apidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/allclasses-noframe.html?rev=1804238&r1=1804237&r2=1804238&view=diff
==============================================================================
--- johnzon/site/publish/apidocs/allclasses-noframe.html (original)
+++ johnzon/site/publish/apidocs/allclasses-noframe.html Sun Aug  6 15:02:40 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Johnzon 1.1.1 API)</title>
+<title>All Classes (Apache Johnzon 1.1.2 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -70,12 +70,11 @@
 <li><a href="org/apache/johnzon/mapper/access/FieldAndMethodAccessMode.CompositeReader.html" title="class in org.apache.johnzon.mapper.access">FieldAndMethodAccessMode.CompositeReader</a></li>
 <li><a href="org/apache/johnzon/mapper/access/FieldAndMethodAccessMode.CompositeWriter.html" title="class in org.apache.johnzon.mapper.access">FieldAndMethodAccessMode.CompositeWriter</a></li>
 <li><a href="org/apache/johnzon/mapper/converter/FloatConverter.html" title="class in org.apache.johnzon.mapper.converter">FloatConverter</a></li>
-<li><a href="org/apache/johnzon/maven/plugin/HelpMojo.html" title="class in org.apache.johnzon.maven.plugin">HelpMojo</a></li>
+<li><a href="HelpMojo.html" title="class in &lt;Unnamed&gt;">HelpMojo</a></li>
 <li><a href="org/apache/johnzon/core/HStack.html" title="class in org.apache.johnzon.core">HStack</a></li>
 <li><a href="org/apache/johnzon/core/HStack.Node.html" title="class in org.apache.johnzon.core">HStack.Node</a></li>
 <li><a href="org/apache/johnzon/jaxrs/IgnorableTypes.html" title="class in org.apache.johnzon.jaxrs">IgnorableTypes</a></li>
 <li><a href="org/apache/johnzon/mapper/converter/IntegerConverter.html" title="class in org.apache.johnzon.mapper.converter">IntegerConverter</a></li>
-<li><a href="org/apache/johnzon/jsonb/JohnsonJsonb.html" title="class in org.apache.johnzon.jsonb">JohnsonJsonb</a></li>
 <li><a href="org/apache/johnzon/jsonb/spi/JohnzonAdapterFactory.html" title="interface in org.apache.johnzon.jsonb.spi"><span class="interfaceName">JohnzonAdapterFactory</span></a></li>
 <li><a href="org/apache/johnzon/jsonb/spi/JohnzonAdapterFactory.ConstantInstance.html" title="class in org.apache.johnzon.jsonb.spi">JohnzonAdapterFactory.ConstantInstance</a></li>
 <li><a href="org/apache/johnzon/jsonb/spi/JohnzonAdapterFactory.Instance.html" title="interface in org.apache.johnzon.jsonb.spi"><span class="interfaceName">JohnzonAdapterFactory.Instance</span></a></li>
@@ -87,6 +86,7 @@
 <li><a href="org/apache/johnzon/jsonb/serializer/JohnzonDeserializationContext.html" title="class in org.apache.johnzon.jsonb.serializer">JohnzonDeserializationContext</a></li>
 <li><a href="org/apache/johnzon/mapper/JohnzonIgnore.html" title="annotation in org.apache.johnzon.mapper">JohnzonIgnore</a></li>
 <li><a href="org/apache/johnzon/mapper/JohnzonIgnoreNested.html" title="annotation in org.apache.johnzon.mapper">JohnzonIgnoreNested</a></li>
+<li><a href="org/apache/johnzon/jsonb/JohnzonJsonb.html" title="class in org.apache.johnzon.jsonb">JohnzonJsonb</a></li>
 <li><a href="org/apache/johnzon/jsonb/converter/JohnzonJsonbAdapter.html" title="class in org.apache.johnzon.jsonb.converter">JohnzonJsonbAdapter</a></li>
 <li><a href="org/apache/johnzon/core/JohnzonJsonParser.html" title="interface in org.apache.johnzon.core"><span class="interfaceName">JohnzonJsonParser</span></a></li>
 <li><a href="org/apache/johnzon/core/JohnzonJsonParser.JohnzonJsonParserWrapper.html" title="class in org.apache.johnzon.core">JohnzonJsonParser.JohnzonJsonParserWrapper</a></li>

Added: johnzon/site/publish/apidocs/class-use/HelpMojo.html
URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/class-use/HelpMojo.html?rev=1804238&view=auto
==============================================================================
--- johnzon/site/publish/apidocs/class-use/HelpMojo.html (added)
+++ johnzon/site/publish/apidocs/class-use/HelpMojo.html Sun Aug  6 15:02:40 2017
@@ -0,0 +1,125 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class HelpMojo (Apache Johnzon 1.1.2 API)</title>
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+<script type="text/javascript" src="../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class HelpMojo (Apache Johnzon 1.1.2 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../HelpMojo.html" title="class in &lt;Unnamed&gt;">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../overview-tree.html">Tree</a></li>
+<li><a href="../deprecated-list.html">Deprecated</a></li>
+<li><a href="../index-all.html">Index</a></li>
+<li><a href="../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?class-use/HelpMojo.html" target="_top">Frames</a></li>
+<li><a href="HelpMojo.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class HelpMojo" class="title">Uses of Class<br>HelpMojo</h2>
+</div>
+<div class="classUseContainer">No usage of HelpMojo</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a href="../HelpMojo.html" title="class in &lt;Unnamed&gt;">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../overview-tree.html">Tree</a></li>
+<li><a href="../deprecated-list.html">Deprecated</a></li>
+<li><a href="../index-all.html">Index</a></li>
+<li><a href="../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?class-use/HelpMojo.html" target="_top">Frames</a></li>
+<li><a href="HelpMojo.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: johnzon/site/publish/apidocs/constant-values.html
URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/constant-values.html?rev=1804238&r1=1804237&r2=1804238&view=diff
==============================================================================
--- johnzon/site/publish/apidocs/constant-values.html (original)
+++ johnzon/site/publish/apidocs/constant-values.html Sun Aug  6 15:02:40 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Johnzon 1.1.1 API)</title>
+<title>Constant Field Values (Apache Johnzon 1.1.2 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (Apache Johnzon 1.1.1 API)";
+            parent.document.title="Constant Field Values (Apache Johnzon 1.1.2 API)";
         }
     }
     catch(err) {
@@ -73,10 +73,43 @@
 <h1 title="Constant Field Values" class="title">Constant Field Values</h1>
 <h2 title="Contents">Contents</h2>
 <ul>
+<li><a href="#unnamed.package">&lt;Unnamed&gt;</a></li>
 <li><a href="#org.apache">org.apache.*</a></li>
 </ul>
 </div>
-<div class="constantValuesContainer"><a name="org.apache">
+<div class="constantValuesContainer"><a name="unnamed.package">
+<!--   -->
+</a>
+<h2 title="&amp;lt;Unnamed&amp;gt;">&lt;Unnamed&gt;.*</h2>
+<ul class="blockList">
+<li class="blockList">
+<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
+<caption><span><a href="HelpMojo.html" title="class in &lt;Unnamed&gt;">HelpMojo</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th scope="col">Constant Field</th>
+<th class="colLast" scope="col">Value</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a name="HelpMojo.DEFAULT_LINE_LENGTH">
+<!--   -->
+</a><code>private&nbsp;static&nbsp;final&nbsp;int</code></td>
+<td><code><a href="HelpMojo.html#DEFAULT_LINE_LENGTH">DEFAULT_LINE_LENGTH</a></code></td>
+<td class="colLast"><code>80</code></td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a name="HelpMojo.PLUGIN_HELP_PATH">
+<!--   -->
+</a><code>private&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="HelpMojo.html#PLUGIN_HELP_PATH">PLUGIN_HELP_PATH</a></code></td>
+<td class="colLast"><code>"/META-INF/maven/org.apache.johnzon/johnzon-maven-plugin/plugin-help.xml"</code></td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="org.apache">
 <!--   -->
 </a>
 <h2 title="org.apache">org.apache.*</h2>
@@ -426,20 +459,27 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a name="org.apache.johnzon.core.JsonParserFactoryImpl.AUTO_ADJUST_STRING_BUFFER">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td><code><a href="org/apache/johnzon/core/JsonParserFactoryImpl.html#AUTO_ADJUST_STRING_BUFFER">AUTO_ADJUST_STRING_BUFFER</a></code></td>
+<td class="colLast"><code>"org.apache.johnzon.auto-adjust-buffer"</code></td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.johnzon.core.JsonParserFactoryImpl.BUFFER_LENGTH">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/johnzon/core/JsonParserFactoryImpl.html#BUFFER_LENGTH">BUFFER_LENGTH</a></code></td>
 <td class="colLast"><code>"org.apache.johnzon.default-char-buffer"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a name="org.apache.johnzon.core.JsonParserFactoryImpl.MAX_STRING_LENGTH">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td><code><a href="org/apache/johnzon/core/JsonParserFactoryImpl.html#MAX_STRING_LENGTH">MAX_STRING_LENGTH</a></code></td>
 <td class="colLast"><code>"org.apache.johnzon.max-string-length"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a name="org.apache.johnzon.core.JsonParserFactoryImpl.SUPPORTS_COMMENTS">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
@@ -474,34 +514,6 @@
 </tr>
 </tbody>
 </table>
-</li>
-</ul>
-<ul class="blockList">
-<li class="blockList">
-<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
-<caption><span>org.apache.johnzon.maven.plugin.<a href="org/apache/johnzon/maven/plugin/HelpMojo.html" title="class in org.apache.johnzon.maven.plugin">HelpMojo</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th scope="col">Constant Field</th>
-<th class="colLast" scope="col">Value</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a name="org.apache.johnzon.maven.plugin.HelpMojo.DEFAULT_LINE_LENGTH">
-<!--   -->
-</a><code>private&nbsp;static&nbsp;final&nbsp;int</code></td>
-<td><code><a href="org/apache/johnzon/maven/plugin/HelpMojo.html#DEFAULT_LINE_LENGTH">DEFAULT_LINE_LENGTH</a></code></td>
-<td class="colLast"><code>80</code></td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a name="org.apache.johnzon.maven.plugin.HelpMojo.PLUGIN_HELP_PATH">
-<!--   -->
-</a><code>private&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td><code><a href="org/apache/johnzon/maven/plugin/HelpMojo.html#PLUGIN_HELP_PATH">PLUGIN_HELP_PATH</a></code></td>
-<td class="colLast"><code>"/META-INF/maven/org.apache.johnzon/johnzon-maven-plugin/plugin-help.xml"</code></td>
-</tr>
-</tbody>
-</table>
 </li>
 </ul>
 </div>

Modified: johnzon/site/publish/apidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/deprecated-list.html?rev=1804238&r1=1804237&r2=1804238&view=diff
==============================================================================
--- johnzon/site/publish/apidocs/deprecated-list.html (original)
+++ johnzon/site/publish/apidocs/deprecated-list.html Sun Aug  6 15:02:40 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache Johnzon 1.1.1 API)</title>
+<title>Deprecated List (Apache Johnzon 1.1.2 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (Apache Johnzon 1.1.1 API)";
+            parent.document.title="Deprecated List (Apache Johnzon 1.1.2 API)";
         }
     }
     catch(err) {

Modified: johnzon/site/publish/apidocs/help-doc.html
URL: http://svn.apache.org/viewvc/johnzon/site/publish/apidocs/help-doc.html?rev=1804238&r1=1804237&r2=1804238&view=diff
==============================================================================
--- johnzon/site/publish/apidocs/help-doc.html (original)
+++ johnzon/site/publish/apidocs/help-doc.html Sun Aug  6 15:02:40 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache Johnzon 1.1.1 API)</title>
+<title>API Help (Apache Johnzon 1.1.2 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Apache Johnzon 1.1.1 API)";
+            parent.document.title="API Help (Apache Johnzon 1.1.2 API)";
         }
     }
     catch(err) {