You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by rm...@apache.org on 2016/09/29 15:58:29 UTC

svn commit: r1762799 [40/46] - in /incubator/batchee/site: ./ apidocs/ apidocs/class-use/ apidocs/org/apache/batchee/beanio/ apidocs/org/apache/batchee/beanio/class-use/ apidocs/org/apache/batchee/camel/ apidocs/org/apache/batchee/camel/class-use/ apid...

Modified: incubator/batchee/site/batchee-site-generated/batchee-hazelcast.html
URL: http://svn.apache.org/viewvc/incubator/batchee/site/batchee-site-generated/batchee-hazelcast.html?rev=1762799&r1=1762798&r2=1762799&view=diff
==============================================================================
--- incubator/batchee/site/batchee-site-generated/batchee-hazelcast.html (original)
+++ incubator/batchee/site/batchee-site-generated/batchee-hazelcast.html Thu Sep 29 15:58:19 2016
@@ -1,33 +1,32 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-07
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151207" />
+    <meta name="Date-Revision-yyyymmdd" content="20160929" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache BatchEE - </title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <title>Apache BatchEE &#x2013; org.apache.batchee.hazelcast.HazelcastLockBatchlet</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+    <script type="text/javascript" src="../js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+          <script type="text/javascript">
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
         })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
         ga('create', 'UA-3211522-15', 'apache.org');
-        ga('send', 'pageview');</script>
-          
-            </head>
+        ga('send', 'pageview');
+      </script>
+                      </head>
         <body class="topBarEnabled">
           
                         
@@ -115,23 +114,23 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../../foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
 </li>
                   
-                      <li>      <a href="../../foundation/"  title="Foundation">Foundation</a>
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
 </li>
                   
-                      <li>      <a href="../../foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
 </li>
                   
-                      <li>      <a href="../../foundation/thanks.html"  title="Thanks">Thanks</a>
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
 </li>
                           </ul>
       </li>
                   </ul>
           
           
-                                                              
+                                                                            
                    
                       </div>
           
@@ -155,13 +154,14 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
-                  <li id="publishDate">Last Published: 2015-12-07</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 0.3-incubating-SNAPSHOT</li>
+              
+                  <li id="publishDate">Last Published: 2016-09-29
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.4-incubating
+                      </li>
                       
-                
-                    
+              
       
                             </ul>
       </div>
@@ -175,29 +175,29 @@
 
 <ul>
   
-<li>instanceName: The hazelcast instance name</li>
+<li><tt>instanceName</tt>: The hazelcast instance name</li>
   
-<li>local: Is the instance local, if false the component will create a client</li>
+<li><tt>local</tt>: Is the instance local, if false the component will create a client</li>
   
-<li>lockName: The lock name to use</li>
+<li><tt>lockName</tt>: The lock name to use</li>
   
-<li>tryDuration: The duration this task can wait to get the lock</li>
+<li><tt>tryDuration</tt>: The duration this task can wait to get the lock</li>
   
-<li>tryDurationUnit: The duration unit associated to tryDuration</li>
+<li><tt>tryDurationUnit</tt>: The duration unit associated to tryDuration</li>
   
-<li>xmlConfiguration: The hazelcast xml configuration</li>
+<li><tt>xmlConfiguration</tt>: The hazelcast xml configuration</li>
 </ul>
 <h1>org.apache.batchee.hazelcast.HazelcastSynchroInstanceAware</h1>
 
 <ul>
   
-<li>instanceName: The hazelcast instance name</li>
+<li><tt>instanceName</tt>: The hazelcast instance name</li>
   
-<li>local: Is the instance local, if false the component will create a client</li>
+<li><tt>local</tt>: Is the instance local, if false the component will create a client</li>
   
-<li>lockName: The lock name to use</li>
+<li><tt>lockName</tt>: The lock name to use</li>
   
-<li>xmlConfiguration: The hazelcast xml configuration</li>
+<li><tt>xmlConfiguration</tt>: The hazelcast xml configuration</li>
 </ul>
                   </div>
           </div>
@@ -206,24 +206,21 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2015
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                    
-      </div>
+                      <div class="row">
+                          <div class="container">
+    <footer id="main-footer">
+      <p class="text-muted">
+      Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+      <p class="text-muted">
+        <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
+      </p>
+      <a href="/privacy-policy.html">Privacy Policy</a>
+    </footer>
+  </div> <!-- /container -->
+                </div>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<div class="container">
-  <footer id="main-footer">
-    <p class="text-muted">Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
-        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
-    <p class="text-muted">
-      <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
-    </p>
-    <a href="http://www.apache.org/batchee//privacy-policy.html">Privacy Policy</a>
-  </footer>
-</div>
-                  
                 <p id="poweredBy" class="pull-right">
                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
@@ -235,9 +232,9 @@
     
                 
     <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="http://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
     </div>
         </div>
     </footer>
-  </body>
+        </body>
 </html>
\ No newline at end of file

Modified: incubator/batchee/site/batchee-site-generated/batchee-jackson.html
URL: http://svn.apache.org/viewvc/incubator/batchee/site/batchee-site-generated/batchee-jackson.html?rev=1762799&r1=1762798&r2=1762799&view=diff
==============================================================================
--- incubator/batchee/site/batchee-site-generated/batchee-jackson.html (original)
+++ incubator/batchee/site/batchee-site-generated/batchee-jackson.html Thu Sep 29 15:58:19 2016
@@ -1,33 +1,32 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-07
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151207" />
+    <meta name="Date-Revision-yyyymmdd" content="20160929" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache BatchEE - </title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <title>Apache BatchEE &#x2013; org.apache.batchee.jackson.JacksonJSonWriter</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+    <script type="text/javascript" src="../js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+          <script type="text/javascript">
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
         })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
         ga('create', 'UA-3211522-15', 'apache.org');
-        ga('send', 'pageview');</script>
-          
-            </head>
+        ga('send', 'pageview');
+      </script>
+                      </head>
         <body class="topBarEnabled">
           
                         
@@ -115,23 +114,23 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../../foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
 </li>
                   
-                      <li>      <a href="../../foundation/"  title="Foundation">Foundation</a>
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
 </li>
                   
-                      <li>      <a href="../../foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
 </li>
                   
-                      <li>      <a href="../../foundation/thanks.html"  title="Thanks">Thanks</a>
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
 </li>
                           </ul>
       </li>
                   </ul>
           
           
-                                                              
+                                                                            
                    
                       </div>
           
@@ -155,13 +154,14 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
-                  <li id="publishDate">Last Published: 2015-12-07</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 0.3-incubating-SNAPSHOT</li>
+              
+                  <li id="publishDate">Last Published: 2016-09-29
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.4-incubating
+                      </li>
                       
-                
-                    
+              
       
                             </ul>
       </div>
@@ -175,28 +175,28 @@
 
 <ul>
   
-<li>configuration: DeserializationFeature and SerializationFeature comma separated key-value configurations</li>
+<li><tt>configuration</tt>: DeserializationFeature and SerializationFeature comma separated key-value configurations</li>
   
-<li>encoding: output encoding</li>
+<li><tt>encoding</tt>: output encoding</li>
   
-<li>fieldNameGeneratorClass: how to generate field names for each item, default uses item1, item2, &#x2026;</li>
+<li><tt>fieldNameGeneratorClass</tt>: how to generate field names for each item, default uses item1, item2, &#x2026;</li>
   
-<li>file: output file</li>
+<li><tt>file</tt>: output file</li>
   
-<li>skipRoot: is the array wrapped in an object or not</li>
+<li><tt>skipRoot</tt>: is the array wrapped in an object or not</li>
 </ul>
 <h1>org.apache.batchee.jackson.JacksonJsonReader</h1>
 <p>Reads a JSON file using jackson.</p>
 
 <ul>
   
-<li>configuration: DeserializationFeature and SerializationFeature comma separated key-value configurations</li>
+<li><tt>configuration</tt>: DeserializationFeature and SerializationFeature comma separated key-value configurations</li>
   
-<li>file: Incoming file</li>
+<li><tt>file</tt>: Incoming file</li>
   
-<li>skipRoot: Should root be skipped (default: true)</li>
+<li><tt>skipRoot</tt>: Should root be skipped (default: true)</li>
   
-<li>type: Type to instantiate</li>
+<li><tt>type</tt>: Type to instantiate</li>
 </ul>
                   </div>
           </div>
@@ -205,24 +205,21 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2015
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                    
-      </div>
+                      <div class="row">
+                          <div class="container">
+    <footer id="main-footer">
+      <p class="text-muted">
+      Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+      <p class="text-muted">
+        <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
+      </p>
+      <a href="/privacy-policy.html">Privacy Policy</a>
+    </footer>
+  </div> <!-- /container -->
+                </div>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<div class="container">
-  <footer id="main-footer">
-    <p class="text-muted">Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
-        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
-    <p class="text-muted">
-      <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
-    </p>
-    <a href="http://www.apache.org/batchee//privacy-policy.html">Privacy Policy</a>
-  </footer>
-</div>
-                  
                 <p id="poweredBy" class="pull-right">
                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
@@ -234,9 +231,9 @@
     
                 
     <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="http://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
     </div>
         </div>
     </footer>
-  </body>
+        </body>
 </html>
\ No newline at end of file

Modified: incubator/batchee/site/batchee-site-generated/batchee-jsefa.html
URL: http://svn.apache.org/viewvc/incubator/batchee/site/batchee-site-generated/batchee-jsefa.html?rev=1762799&r1=1762798&r2=1762799&view=diff
==============================================================================
--- incubator/batchee/site/batchee-site-generated/batchee-jsefa.html (original)
+++ incubator/batchee/site/batchee-site-generated/batchee-jsefa.html Thu Sep 29 15:58:19 2016
@@ -1,33 +1,32 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-07
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151207" />
+    <meta name="Date-Revision-yyyymmdd" content="20160929" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache BatchEE - </title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <title>Apache BatchEE &#x2013; org.apache.batchee.jsefa.JSefaCsvReader</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+    <script type="text/javascript" src="../js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+          <script type="text/javascript">
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
         })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
         ga('create', 'UA-3211522-15', 'apache.org');
-        ga('send', 'pageview');</script>
-          
-            </head>
+        ga('send', 'pageview');
+      </script>
+                      </head>
         <body class="topBarEnabled">
           
                         
@@ -115,23 +114,23 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../../foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
 </li>
                   
-                      <li>      <a href="../../foundation/"  title="Foundation">Foundation</a>
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
 </li>
                   
-                      <li>      <a href="../../foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
 </li>
                   
-                      <li>      <a href="../../foundation/thanks.html"  title="Thanks">Thanks</a>
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
 </li>
                           </ul>
       </li>
                   </ul>
           
           
-                                                              
+                                                                            
                    
                       </div>
           
@@ -155,13 +154,14 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
-                  <li id="publishDate">Last Published: 2015-12-07</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 0.3-incubating-SNAPSHOT</li>
+              
+                  <li id="publishDate">Last Published: 2016-09-29
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.4-incubating
+                      </li>
                       
-                
-                    
+              
       
                             </ul>
       </div>
@@ -175,212 +175,226 @@
 
 <ul>
   
-<li>defaultNoValueString: which string to use for null values</li>
+<li><tt>defaultNoValueString</tt>: which string to use for null values</li>
+  
+<li><tt>defaultQuoteMode</tt>: quote mode (ALWAYS, ON_DEMAND, NEVER, DEFAULT)</li>
+  
+<li><tt>encoding</tt>: the encoding to use while reading the file. E.g. &#x201c;UTF-8&#x201d;. If not specified the system default encoding is being used.</li>
+  
+<li><tt>fieldDelimiter</tt>: field delimiter</li>
   
-<li>defaultQuoteMode: quote mode (ALWAYS, ON_DEMAND, NEVER, DEFAULT)</li>
+<li><tt>file</tt>: file to read</li>
   
-<li>fieldDelimiter: field delimiter</li>
+<li><tt>headerSize</tt>: number of header lines</li>
   
-<li>file: file to read</li>
+<li><tt>ignoreHeader</tt>: should the header be ignored</li>
   
-<li>lineBreak: EOL</li>
+<li><tt>lineBreak</tt>: EOL</li>
   
-<li>lineFilter: Which ref or implementation to use to filter lines</li>
+<li><tt>lineFilter</tt>: Which ref or implementation to use to filter lines</li>
   
-<li>lineFilterLimit: if not using a custom line filter how many lines to filter</li>
+<li><tt>lineFilterLimit</tt>: if not using a custom line filter how many lines to filter</li>
   
-<li>lowLevelConfiguration: low level configuration implementation</li>
+<li><tt>lowLevelConfiguration</tt>: low level configuration implementation</li>
   
-<li>objectAccessorProvider: object accessor provider implementation</li>
+<li><tt>objectAccessorProvider</tt>: object accessor provider implementation</li>
   
-<li>objectTypes: object types to use</li>
+<li><tt>objectTypes</tt>: object types to use</li>
   
-<li>quoteCharacter: quote charater to use</li>
+<li><tt>quoteCharacter</tt>: quote charater to use</li>
   
-<li>quoteCharacterEscapeMode: escape mode (ESCAPE_CHARACTER, DOUBLING)</li>
+<li><tt>quoteCharacterEscapeMode</tt>: escape mode (ESCAPE_CHARACTER, DOUBLING)</li>
   
-<li>simpleTypeProvider: simple type provider implementation</li>
+<li><tt>simpleTypeProvider</tt>: simple type provider implementation</li>
   
-<li>specialRecordDelimiter: record delimiter</li>
+<li><tt>specialRecordDelimiter</tt>: record delimiter</li>
   
-<li>typeMappingRegistry: type mapping registry to use</li>
+<li><tt>typeMappingRegistry</tt>: type mapping registry to use</li>
   
-<li>useDelimiterAfterLastField: should deliimter be used after last field</li>
+<li><tt>useDelimiterAfterLastField</tt>: should deliimter be used after last field</li>
   
-<li>validationMode: validation mode (AUTO, CALLBACK, NONE)</li>
+<li><tt>validationMode</tt>: validation mode (AUTO, CALLBACK, NONE)</li>
   
-<li>validationProvider: validation provider implementation</li>
+<li><tt>validationProvider</tt>: validation provider implementation</li>
 </ul>
 <h1>org.apache.batchee.jsefa.JSefaCsvWriter</h1>
 <p>Writes a CSV file using JSefa.</p>
 
 <ul>
   
-<li>defaultNoValueString: which string to use for null values</li>
+<li><tt>defaultNoValueString</tt>: which string to use for null values</li>
   
-<li>defaultQuoteMode: quote mode (ALWAYS, ON_DEMAND, NEVER, DEFAULT)</li>
+<li><tt>defaultQuoteMode</tt>: quote mode (ALWAYS, ON_DEMAND, NEVER, DEFAULT)</li>
   
-<li>encoding: output file encoding</li>
+<li><tt>encoding</tt>: output file encoding</li>
   
-<li>fieldDelimiter: field delimiter</li>
+<li><tt>fieldDelimiter</tt>: field delimiter</li>
   
-<li>file: file to write</li>
+<li><tt>file</tt>: file to write</li>
   
-<li>lineBreak: EOL</li>
+<li><tt>header</tt>: the header for the file</li>
   
-<li>lineFilter: Which ref or implementation to use to filter lines</li>
+<li><tt>lineBreak</tt>: EOL</li>
   
-<li>lineFilterLimit: if not using a custom line filter how many lines to filter</li>
+<li><tt>lineFilter</tt>: Which ref or implementation to use to filter lines</li>
   
-<li>lowLevelConfiguration: low level configuration implementation</li>
+<li><tt>lineFilterLimit</tt>: if not using a custom line filter how many lines to filter</li>
   
-<li>objectAccessorProvider: object accessor provider implementation</li>
+<li><tt>lowLevelConfiguration</tt>: low level configuration implementation</li>
   
-<li>objectTypes: object types to use</li>
+<li><tt>objectAccessorProvider</tt>: object accessor provider implementation</li>
   
-<li>quoteCharacter: quote charater to use</li>
+<li><tt>objectTypes</tt>: object types to use</li>
   
-<li>quoteCharacterEscapeMode: escape mode (ESCAPE_CHARACTER, DOUBLING)</li>
+<li><tt>quoteCharacter</tt>: quote charater to use</li>
   
-<li>simpleTypeProvider: simple type provider implementation</li>
+<li><tt>quoteCharacterEscapeMode</tt>: escape mode (ESCAPE_CHARACTER, DOUBLING)</li>
   
-<li>specialRecordDelimiter: record delimiter</li>
+<li><tt>simpleTypeProvider</tt>: simple type provider implementation</li>
   
-<li>typeMappingRegistry: type mapping registry to use</li>
+<li><tt>specialRecordDelimiter</tt>: record delimiter</li>
   
-<li>useDelimiterAfterLastField: should deliimter be used after last field</li>
+<li><tt>typeMappingRegistry</tt>: type mapping registry to use</li>
   
-<li>validationMode: validation mode (AUTO, CALLBACK, NONE)</li>
+<li><tt>useDelimiterAfterLastField</tt>: should deliimter be used after last field</li>
   
-<li>validationProvider: validation provider implementation</li>
+<li><tt>validationMode</tt>: validation mode (AUTO, CALLBACK, NONE)</li>
+  
+<li><tt>validationProvider</tt>: validation provider implementation</li>
+  
+<li><tt>writeHeader</tt>: Should the header be calculated from @Header or fieldnames if @Header is not present on fields annotated with @CsvField. This property will be ignored if the header property is set.</li>
 </ul>
 <h1>org.apache.batchee.jsefa.JSefaFlrReader</h1>
 <p>Reads a FLR file using JSefa.</p>
 
 <ul>
   
-<li>defaultPadCharacter: pad character</li>
+<li><tt>defaultPadCharacter</tt>: pad character</li>
   
-<li>file: file to read</li>
+<li><tt>encoding</tt>: the encoding to use while reading the file. E.g. &#x201c;UTF-8&#x201d;. If not specified the system default encoding is being used.</li>
   
-<li>lineBreak: EOL</li>
+<li><tt>file</tt>: file to read</li>
   
-<li>lineFilter: Which ref or implementation to use to filter lines</li>
+<li><tt>lineBreak</tt>: EOL</li>
   
-<li>lineFilterLimit: if not using a custom line filter how many lines to filter</li>
+<li><tt>lineFilter</tt>: Which ref or implementation to use to filter lines</li>
   
-<li>lowLevelConfiguration: low level configuration implementation</li>
+<li><tt>lineFilterLimit</tt>: if not using a custom line filter how many lines to filter</li>
   
-<li>objectAccessorProvider: object accessor provider implementation</li>
+<li><tt>lowLevelConfiguration</tt>: low level configuration implementation</li>
   
-<li>objectTypes: object types to use</li>
+<li><tt>objectAccessorProvider</tt>: object accessor provider implementation</li>
   
-<li>simpleTypeProvider: simple type provider implementation</li>
+<li><tt>objectTypes</tt>: object types to use</li>
   
-<li>specialRecordDelimiter: record delimiter</li>
+<li><tt>simpleTypeProvider</tt>: simple type provider implementation</li>
   
-<li>typeMappingRegistry: type mapping registry to use</li>
+<li><tt>specialRecordDelimiter</tt>: record delimiter</li>
   
-<li>validationMode: validation mode (AUTO, CALLBACK, NONE)</li>
+<li><tt>typeMappingRegistry</tt>: type mapping registry to use</li>
   
-<li>validationProvider: validation provider implementation</li>
+<li><tt>validationMode</tt>: validation mode (AUTO, CALLBACK, NONE)</li>
+  
+<li><tt>validationProvider</tt>: validation provider implementation</li>
 </ul>
 <h1>org.apache.batchee.jsefa.JSefaFlrWriter</h1>
 <p>Writes a FLR file using JSefa.</p>
 
 <ul>
   
-<li>defaultPadCharacter: pad character</li>
+<li><tt>defaultPadCharacter</tt>: pad character</li>
   
-<li>encoding: output file encoding</li>
+<li><tt>encoding</tt>: output file encoding</li>
   
-<li>file: file to write</li>
+<li><tt>file</tt>: file to write</li>
   
-<li>lineBreak: EOL</li>
+<li><tt>lineBreak</tt>: EOL</li>
   
-<li>lineFilter: Which ref or implementation to use to filter lines</li>
+<li><tt>lineFilter</tt>: Which ref or implementation to use to filter lines</li>
   
-<li>lineFilterLimit: if not using a custom line filter how many lines to filter</li>
+<li><tt>lineFilterLimit</tt>: if not using a custom line filter how many lines to filter</li>
   
-<li>lowLevelConfiguration: low level configuration implementation</li>
+<li><tt>lowLevelConfiguration</tt>: low level configuration implementation</li>
   
-<li>objectAccessorProvider: object accessor provider implementation</li>
+<li><tt>objectAccessorProvider</tt>: object accessor provider implementation</li>
   
-<li>objectTypes: object types to use</li>
+<li><tt>objectTypes</tt>: object types to use</li>
   
-<li>simpleTypeProvider: simple type provider implementation</li>
+<li><tt>simpleTypeProvider</tt>: simple type provider implementation</li>
   
-<li>specialRecordDelimiter: record delimiter</li>
+<li><tt>specialRecordDelimiter</tt>: record delimiter</li>
   
-<li>typeMappingRegistry: type mapping registry to use</li>
+<li><tt>typeMappingRegistry</tt>: type mapping registry to use</li>
   
-<li>validationMode: validation mode (AUTO, CALLBACK, NONE)</li>
+<li><tt>validationMode</tt>: validation mode (AUTO, CALLBACK, NONE)</li>
   
-<li>validationProvider: validation provider implementation</li>
+<li><tt>validationProvider</tt>: validation provider implementation</li>
 </ul>
 <h1>org.apache.batchee.jsefa.JSefaXmlReader</h1>
 <p>Reads a XML file using JSefa.</p>
 
 <ul>
   
-<li>dataTypeAttributeName: data type attribute name</li>
+<li><tt>dataTypeAttributeName</tt>: data type attribute name</li>
+  
+<li><tt>dataTypeDefaultNameRegistry</tt>: registry name for data type</li>
   
-<li>dataTypeDefaultNameRegistry: registry name for data type</li>
+<li><tt>encoding</tt>: the encoding to use while reading the file. E.g. &#x201c;UTF-8&#x201d;. If not specified the system default encoding is being used.</li>
   
-<li>file: file to read</li>
+<li><tt>file</tt>: file to read</li>
   
-<li>lineBreak: EOL</li>
+<li><tt>lineBreak</tt>: EOL</li>
   
-<li>lineIndentation: indentation</li>
+<li><tt>lineIndentation</tt>: indentation</li>
   
-<li>lowLevelConfiguration: low level configuration implementation</li>
+<li><tt>lowLevelConfiguration</tt>: low level configuration implementation</li>
   
-<li>namespaceManager: namespace manager to use</li>
+<li><tt>namespaceManager</tt>: namespace manager to use</li>
   
-<li>objectAccessorProvider: object accessor provider implementation</li>
+<li><tt>objectAccessorProvider</tt>: object accessor provider implementation</li>
   
-<li>objectTypes: object types to use</li>
+<li><tt>objectTypes</tt>: object types to use</li>
   
-<li>simpleTypeProvider: simple type provider implementation</li>
+<li><tt>simpleTypeProvider</tt>: simple type provider implementation</li>
   
-<li>typeMappingRegistry: type mapping registry to use</li>
+<li><tt>typeMappingRegistry</tt>: type mapping registry to use</li>
   
-<li>validationMode: validation mode (AUTO, CALLBACK, NONE)</li>
+<li><tt>validationMode</tt>: validation mode (AUTO, CALLBACK, NONE)</li>
   
-<li>validationProvider: validation provider implementation</li>
+<li><tt>validationProvider</tt>: validation provider implementation</li>
 </ul>
 <h1>org.apache.batchee.jsefa.JSefaXmlWriter</h1>
 <p>Reads a XML file using JSefa.</p>
 
 <ul>
   
-<li>dataTypeAttributeName: data type attribute name</li>
+<li><tt>dataTypeAttributeName</tt>: data type attribute name</li>
   
-<li>dataTypeDefaultNameRegistry: Registry name for data type</li>
+<li><tt>dataTypeDefaultNameRegistry</tt>: Registry name for data type</li>
   
-<li>encoding: output file encoding</li>
+<li><tt>encoding</tt>: output file encoding</li>
   
-<li>file: file to write</li>
+<li><tt>file</tt>: file to write</li>
   
-<li>lineBreak: EOL</li>
+<li><tt>lineBreak</tt>: EOL</li>
   
-<li>lineIndentation: indentation</li>
+<li><tt>lineIndentation</tt>: indentation</li>
   
-<li>lowLevelConfiguration: low level configuration implementation</li>
+<li><tt>lowLevelConfiguration</tt>: low level configuration implementation</li>
   
-<li>namespaceManager: namespace manager to use</li>
+<li><tt>namespaceManager</tt>: namespace manager to use</li>
   
-<li>objectAccessorProvider: object accessor provider implementation</li>
+<li><tt>objectAccessorProvider</tt>: object accessor provider implementation</li>
   
-<li>objectTypes: object types to use</li>
+<li><tt>objectTypes</tt>: object types to use</li>
   
-<li>simpleTypeProvider: simple type provider implementation</li>
+<li><tt>simpleTypeProvider</tt>: simple type provider implementation</li>
   
-<li>typeMappingRegistry: type mapping registry to use</li>
+<li><tt>typeMappingRegistry</tt>: type mapping registry to use</li>
   
-<li>validationMode: validation mode (AUTO, CALLBACK, NONE)</li>
+<li><tt>validationMode</tt>: validation mode (AUTO, CALLBACK, NONE)</li>
   
-<li>validationProvider: validation provider implementation</li>
+<li><tt>validationProvider</tt>: validation provider implementation</li>
 </ul>
                   </div>
           </div>
@@ -389,24 +403,21 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2015
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                    
-      </div>
+                      <div class="row">
+                          <div class="container">
+    <footer id="main-footer">
+      <p class="text-muted">
+      Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+      <p class="text-muted">
+        <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
+      </p>
+      <a href="/privacy-policy.html">Privacy Policy</a>
+    </footer>
+  </div> <!-- /container -->
+                </div>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<div class="container">
-  <footer id="main-footer">
-    <p class="text-muted">Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
-        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
-    <p class="text-muted">
-      <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
-    </p>
-    <a href="http://www.apache.org/batchee//privacy-policy.html">Privacy Policy</a>
-  </footer>
-</div>
-                  
                 <p id="poweredBy" class="pull-right">
                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
@@ -418,9 +429,9 @@
     
                 
     <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="http://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
     </div>
         </div>
     </footer>
-  </body>
+        </body>
 </html>
\ No newline at end of file

Modified: incubator/batchee/site/batchee-site-generated/batchee-jsonp.html
URL: http://svn.apache.org/viewvc/incubator/batchee/site/batchee-site-generated/batchee-jsonp.html?rev=1762799&r1=1762798&r2=1762799&view=diff
==============================================================================
--- incubator/batchee/site/batchee-site-generated/batchee-jsonp.html (original)
+++ incubator/batchee/site/batchee-site-generated/batchee-jsonp.html Thu Sep 29 15:58:19 2016
@@ -1,33 +1,32 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-07
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151207" />
+    <meta name="Date-Revision-yyyymmdd" content="20160929" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache BatchEE - </title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <title>Apache BatchEE &#x2013; org.apache.batchee.jsonp.JsonpReader</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+    <script type="text/javascript" src="../js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+          <script type="text/javascript">
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
         })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
         ga('create', 'UA-3211522-15', 'apache.org');
-        ga('send', 'pageview');</script>
-          
-            </head>
+        ga('send', 'pageview');
+      </script>
+                      </head>
         <body class="topBarEnabled">
           
                         
@@ -115,23 +114,23 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../../foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
 </li>
                   
-                      <li>      <a href="../../foundation/"  title="Foundation">Foundation</a>
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
 </li>
                   
-                      <li>      <a href="../../foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
 </li>
                   
-                      <li>      <a href="../../foundation/thanks.html"  title="Thanks">Thanks</a>
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
 </li>
                           </ul>
       </li>
                   </ul>
           
           
-                                                              
+                                                                            
                    
                       </div>
           
@@ -155,13 +154,14 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
-                  <li id="publishDate">Last Published: 2015-12-07</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 0.3-incubating-SNAPSHOT</li>
+              
+                  <li id="publishDate">Last Published: 2016-09-29
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.4-incubating
+                      </li>
                       
-                
-                    
+              
       
                             </ul>
       </div>
@@ -175,28 +175,28 @@
 
 <ul>
   
-<li>file: Incoming file</li>
+<li><tt>file</tt>: Incoming file</li>
   
-<li>provider: JSON-P provider if not using the default</li>
+<li><tt>provider</tt>: JSON-P provider if not using the default</li>
   
-<li>skipRoot: Should root be skipped (default: true)</li>
+<li><tt>skipRoot</tt>: Should root be skipped (default: true)</li>
 </ul>
 <h1>org.apache.batchee.jsonp.JsonpWriter</h1>
 <p>Write a JSON file using JSON-P and taking JsonStructure as items.</p>
 
 <ul>
   
-<li>configuration: comma separated key value pairs for the generator factory (converted to a Map&lt;?, ?&gt;)</li>
+<li><tt>configuration</tt>: comma separated key value pairs for the generator factory (converted to a Map&lt;?, ?&gt;)</li>
   
-<li>encoding: output encoding</li>
+<li><tt>encoding</tt>: output encoding</li>
   
-<li>fieldNameGeneratorClass: how to generate field names for each item, default uses item1, item2, &#x2026;</li>
+<li><tt>fieldNameGeneratorClass</tt>: how to generate field names for each item, default uses item1, item2, &#x2026;</li>
   
-<li>file: output file</li>
+<li><tt>file</tt>: output file</li>
   
-<li>provider: JSON-P provider if not using the default</li>
+<li><tt>provider</tt>: JSON-P provider if not using the default</li>
   
-<li>skipRoot: is the array wrapped in an object or not</li>
+<li><tt>skipRoot</tt>: is the array wrapped in an object or not</li>
 </ul>
                   </div>
           </div>
@@ -205,24 +205,21 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2015
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                    
-      </div>
+                      <div class="row">
+                          <div class="container">
+    <footer id="main-footer">
+      <p class="text-muted">
+      Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+      <p class="text-muted">
+        <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
+      </p>
+      <a href="/privacy-policy.html">Privacy Policy</a>
+    </footer>
+  </div> <!-- /container -->
+                </div>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<div class="container">
-  <footer id="main-footer">
-    <p class="text-muted">Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
-        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
-    <p class="text-muted">
-      <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
-    </p>
-    <a href="http://www.apache.org/batchee//privacy-policy.html">Privacy Policy</a>
-  </footer>
-</div>
-                  
                 <p id="poweredBy" class="pull-right">
                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
@@ -234,9 +231,9 @@
     
                 
     <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="http://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
     </div>
         </div>
     </footer>
-  </body>
+        </body>
 </html>
\ No newline at end of file

Modified: incubator/batchee/site/batchee-site-generated/batchee-modelmapper.html
URL: http://svn.apache.org/viewvc/incubator/batchee/site/batchee-site-generated/batchee-modelmapper.html?rev=1762799&r1=1762798&r2=1762799&view=diff
==============================================================================
--- incubator/batchee/site/batchee-site-generated/batchee-modelmapper.html (original)
+++ incubator/batchee/site/batchee-site-generated/batchee-modelmapper.html Thu Sep 29 15:58:19 2016
@@ -1,33 +1,32 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-07
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151207" />
+    <meta name="Date-Revision-yyyymmdd" content="20160929" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache BatchEE - </title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <title>Apache BatchEE &#x2013; org.apache.batchee.modelmapper.ModelMapperItemProcessor</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+    <script type="text/javascript" src="../js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+          <script type="text/javascript">
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
         })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
         ga('create', 'UA-3211522-15', 'apache.org');
-        ga('send', 'pageview');</script>
-          
-            </head>
+        ga('send', 'pageview');
+      </script>
+                      </head>
         <body class="topBarEnabled">
           
                         
@@ -115,23 +114,23 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../../foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
 </li>
                   
-                      <li>      <a href="../../foundation/"  title="Foundation">Foundation</a>
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
 </li>
                   
-                      <li>      <a href="../../foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
 </li>
                   
-                      <li>      <a href="../../foundation/thanks.html"  title="Thanks">Thanks</a>
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
 </li>
                           </ul>
       </li>
                   </ul>
           
           
-                                                              
+                                                                            
                    
                       </div>
           
@@ -155,13 +154,14 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
-                  <li id="publishDate">Last Published: 2015-12-07</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 0.3-incubating-SNAPSHOT</li>
+              
+                  <li id="publishDate">Last Published: 2016-09-29
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.4-incubating
+                      </li>
                       
-                
-                    
+              
       
                             </ul>
       </div>
@@ -175,9 +175,9 @@
 
 <ul>
   
-<li>destinationType: target type</li>
+<li><tt>destinationType</tt>: target type</li>
   
-<li>matchingStrategy: matching strategy to use (LOOSE, STANDARD, STRICT or custom implementation)</li>
+<li><tt>matchingStrategy</tt>: matching strategy to use (LOOSE, STANDARD, STRICT or custom implementation)</li>
 </ul>
                   </div>
           </div>
@@ -186,24 +186,21 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2015
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                    
-      </div>
+                      <div class="row">
+                          <div class="container">
+    <footer id="main-footer">
+      <p class="text-muted">
+      Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+      <p class="text-muted">
+        <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
+      </p>
+      <a href="/privacy-policy.html">Privacy Policy</a>
+    </footer>
+  </div> <!-- /container -->
+                </div>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<div class="container">
-  <footer id="main-footer">
-    <p class="text-muted">Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
-        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
-    <p class="text-muted">
-      <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
-    </p>
-    <a href="http://www.apache.org/batchee//privacy-policy.html">Privacy Policy</a>
-  </footer>
-</div>
-                  
                 <p id="poweredBy" class="pull-right">
                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
@@ -215,9 +212,9 @@
     
                 
     <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="http://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
     </div>
         </div>
     </footer>
-  </body>
+        </body>
 </html>
\ No newline at end of file

Modified: incubator/batchee/site/batchee-site-generated/index.html
URL: http://svn.apache.org/viewvc/incubator/batchee/site/batchee-site-generated/index.html?rev=1762799&r1=1762798&r2=1762799&view=diff
==============================================================================
--- incubator/batchee/site/batchee-site-generated/index.html (original)
+++ incubator/batchee/site/batchee-site-generated/index.html Thu Sep 29 15:58:19 2016
@@ -1,33 +1,32 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-12-07
- | Rendered using Apache Maven Fluido Skin 1.3.0
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 
+ | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151207" />
+    <meta name="Date-Revision-yyyymmdd" content="20160929" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache BatchEE - </title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <title>Apache BatchEE &#x2013; Generated Extensions Documentation</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
 
       
-    <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+    <script type="text/javascript" src="../js/apache-maven-fluido-1.5.min.js"></script>
 
-                          
-        
-<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+          <script type="text/javascript">
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
         m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
         })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
         ga('create', 'UA-3211522-15', 'apache.org');
-        ga('send', 'pageview');</script>
-          
-            </head>
+        ga('send', 'pageview');
+      </script>
+                      </head>
         <body class="topBarEnabled">
           
                         
@@ -115,23 +114,23 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../../foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
 </li>
                   
-                      <li>      <a href="../../foundation/"  title="Foundation">Foundation</a>
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
 </li>
                   
-                      <li>      <a href="../../foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
 </li>
                   
-                      <li>      <a href="../../foundation/thanks.html"  title="Thanks">Thanks</a>
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
 </li>
                           </ul>
       </li>
                   </ul>
           
           
-                                                              
+                                                                            
                    
                       </div>
           
@@ -155,13 +154,14 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
-                  <li id="publishDate">Last Published: 2015-12-07</li>
-                  <li class="divider">|</li> <li id="projectVersion">Version: 0.3-incubating-SNAPSHOT</li>
+              
+                  <li id="publishDate">Last Published: 2016-09-29
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.4-incubating
+                      </li>
                       
-                
-                    
+              
       
                             </ul>
       </div>
@@ -170,29 +170,29 @@
                 
         <div id="bodyColumn" >
                                   
-            <p>= Generated Extensions Documentation</p>
+            <h1>Generated Extensions Documentation</h1>
 
 <ul>
   
-<li><a href="./batchee-beanio.html">batchee-beanio.md</a></li>
+<li><a href="./batchee-beanio.html">Beanio</a></li>
   
-<li><a href="./batchee-camel.html">batchee-camel.md</a></li>
+<li><a href="./batchee-camel.html">Camel</a></li>
   
-<li><a href="./batchee-commons-csv.html">batchee-commons-csv.md</a></li>
+<li><a href="./batchee-commons-csv.html">Commons-csv</a></li>
   
-<li><a href="./batchee-extras.html">batchee-extras.md</a></li>
+<li><a href="./batchee-extras.html">Extras</a></li>
   
-<li><a href="./batchee-groovy.html">batchee-groovy.md</a></li>
+<li><a href="./batchee-groovy.html">Groovy</a></li>
   
-<li><a href="./batchee-hazelcast.html">batchee-hazelcast.md</a></li>
+<li><a href="./batchee-hazelcast.html">Hazelcast</a></li>
   
-<li><a href="./batchee-jackson.html">batchee-jackson.md</a></li>
+<li><a href="./batchee-jackson.html">Jackson</a></li>
   
-<li><a href="./batchee-jsefa.html">batchee-jsefa.md</a></li>
+<li><a href="./batchee-jsefa.html">Jsefa</a></li>
   
-<li><a href="./batchee-jsonp.html">batchee-jsonp.md</a></li>
+<li><a href="./batchee-jsonp.html">Jsonp</a></li>
   
-<li><a href="./batchee-modelmapper.html">batchee-modelmapper.md</a></li>
+<li><a href="./batchee-modelmapper.html">Modelmapper</a></li>
 </ul>
                   </div>
           </div>
@@ -201,24 +201,21 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2015
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                    
-      </div>
+                      <div class="row">
+                          <div class="container">
+    <footer id="main-footer">
+      <p class="text-muted">
+      Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+      <p class="text-muted">
+        <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
+      </p>
+      <a href="/privacy-policy.html">Privacy Policy</a>
+    </footer>
+  </div> <!-- /container -->
+                </div>
 
-                                                                  <?xml version="1.0" encoding="UTF-8"?>
-<div class="container">
-  <footer id="main-footer">
-    <p class="text-muted">Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
-        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
-    <p class="text-muted">
-      <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
-    </p>
-    <a href="http://www.apache.org/batchee//privacy-policy.html">Privacy Policy</a>
-  </footer>
-</div>
-                  
                 <p id="poweredBy" class="pull-right">
                           <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
         <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
@@ -230,9 +227,9 @@
     
                 
     <div id="ohloh" class="pull-right">
-      <script type="text/javascript" src="http://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
+      <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
     </div>
         </div>
     </footer>
-  </body>
+        </body>
 </html>
\ No newline at end of file

Added: incubator/batchee/site/cli.html
URL: http://svn.apache.org/viewvc/incubator/batchee/site/cli.html?rev=1762799&view=auto
==============================================================================
--- incubator/batchee/site/cli.html (added)
+++ incubator/batchee/site/cli.html Thu Sep 29 15:58:19 2016
@@ -0,0 +1,253 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 
+ | Rendered using Apache Maven Fluido Skin 1.5
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20160929" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache BatchEE &#x2013; CLI</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script>
+
+          <script type="text/javascript">
+        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+        })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+        ga('create', 'UA-3211522-15', 'apache.org');
+        ga('send', 'pageview');
+      </script>
+                      </head>
+        <body class="topBarEnabled">
+          
+                        
+                    
+                
+
+    <div id="topbar" class="navbar navbar-fixed-top ">
+      <div class="navbar-inner">
+                                  <div class="container"><div class="nav-collapse">
+            
+                
+                                <ul class="nav">
+                          <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">User Guide <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="index.html"  title="Home">Home</a>
+</li>
+                  
+                      <li>      <a href="modules.html"  title="Modules">Modules</a>
+</li>
+                  
+                      <li>      <a href="configuration.html"  title="Configuration">Configuration</a>
+</li>
+                  
+                      <li>      <a href="extensions.html"  title="Extensions">Extensions</a>
+</li>
+                  
+                      <li>      <a href="gui.html"  title="GUI">GUI</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Documentation <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li class="dropdown-submenu">
+                                      <a href="project-info.html"  title="Project Information">Project Information</a>
+              <ul class="dropdown-menu">
+                                  <li>      <a href="index.html"  title="About">About</a>
+</li>
+                                  <li>      <a href="plugin-management.html"  title="Plugin Management">Plugin Management</a>
+</li>
+                                  <li>      <a href="distribution-management.html"  title="Distribution Management">Distribution Management</a>
+</li>
+                                  <li>      <a href="dependency-info.html"  title="Dependency Information">Dependency Information</a>
+</li>
+                                  <li>      <a href="dependency-convergence.html"  title="Dependency Convergence">Dependency Convergence</a>
+</li>
+                                  <li>      <a href="source-repository.html"  title="Source Repository">Source Repository</a>
+</li>
+                                  <li>      <a href="mail-lists.html"  title="Mailing Lists">Mailing Lists</a>
+</li>
+                                  <li>      <a href="issue-tracking.html"  title="Issue Tracking">Issue Tracking</a>
+</li>
+                                  <li>      <a href="integration.html"  title="Continuous Integration">Continuous Integration</a>
+</li>
+                                  <li>      <a href="plugins.html"  title="Project Plugins">Project Plugins</a>
+</li>
+                                  <li>      <a href="license.html"  title="Project License">Project License</a>
+</li>
+                                  <li>      <a href="modules.html"  title="Project Modules">Project Modules</a>
+</li>
+                                  <li>      <a href="dependency-management.html"  title="Dependency Management">Dependency Management</a>
+</li>
+                                  <li>      <a href="team-list.html"  title="Project Team">Project Team</a>
+</li>
+                                  <li>      <a href="project-summary.html"  title="Project Summary">Project Summary</a>
+</li>
+                                  <li>      <a href="dependencies.html"  title="Dependencies">Dependencies</a>
+</li>
+                              </ul>
+            </li>
+                  
+                      <li class="dropdown-submenu">
+                                      <a href="project-reports.html"  title="Project Reports">Project Reports</a>
+              <ul class="dropdown-menu">
+                                  <li>      <a href="apidocs/index.html"  title="JavaDocs">JavaDocs</a>
+</li>
+                              </ul>
+            </li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="http://www.apache.org/foundation/how-it-works.html"  title="How Apache Works">How Apache Works</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/"  title="Foundation">Foundation</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/sponsorship.html"  title="Sponsoring Apache">Sponsoring Apache</a>
+</li>
+                  
+                      <li>      <a href="http://www.apache.org/foundation/thanks.html"  title="Thanks">Thanks</a>
+</li>
+                          </ul>
+      </li>
+                  </ul>
+          
+          
+                                                                            
+                   
+                      </div>
+          
+        </div>
+      </div>
+    </div>
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href="index.html" id="bannerLeft" title="Apache BatchEE logo">
+                <h2>Apache BatchEE (incubating)</h2>
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://incubator.apache.org/" id="bannerRight">
+                                                                                        <img src="http://incubator.apache.org/images/egg-logo.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+              
+                  <li id="publishDate">Last Published: 2016-09-29
+                      <span class="divider">|</span>
+                   </li>
+                  <li id="projectVersion">Version: 0.4-incubating
+                      </li>
+                      
+              
+      
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+--><h1>CLI</h1>
+<p>BatchEE provides a CLI to make it easy to integrate with companies schedulers and let JBatch batches run as any program.</p>
+<div class="section">
+<h2><a name="BatchEE_CLI_usage"></a>BatchEE CLI usage</h2>
+<p>BatchEE cli has several mode and can be used as a base dependency to build shades or fatjars but strength of it is revealed when used as a product:</p>
+
+<ul>
+  
+<li>you extract batchee-cli zip somewhere on your disk (<tt>/opt/apache/batchee/cli</tt> for instance)</li>
+  
+<li>you extract your application somewhere else (<tt>/opt/company/application/application.war</tt> for instance)</li>
+  
+<li>you run one of the batch of the war with <tt>/opt/apache/batchee/cli/bin/batchee start -lifecycle openejb -archive /opt/company/application/application.war -name mybatch</tt></li>
+</ul>
+<p>Tip: <tt>batchee</tt> script help can be accessed calling it without any argument. To get a detail help on a particular command just prefix its name byu <tt>help</tt>, for instance to get help on <tt>start</tt> command launch <tt>./bin/batchee help start</tt>.</p>
+<p>As you can see with last bullet, BatchEE CLI provides several options to start a batch. Here few interesting ones (you can get the full list/description calling <tt>help</tt> on it):</p>
+
+<ul>
+  
+<li><tt>-lifecycle</tt>: allows to start/stop a container and run the batch once it is launched. Previous sample was running it in OpenEJB (TomEE) allowing you to rely on CDI, EJB, JTA, JPA&#x2026; BatchEE also provides integration for Spring or custom lifecycles/containers.</li>
+  
+<li><tt>-sharedLibs</tt>: allows to add to the container/BatchEE classloader a set of jars (all the jars in the specified folder). Useful to be able to keep BatchEE, your container and your batches separated on the disk to allow partial updates (updating BatchEE without updating OpenEJB or the application for instance).</li>
+  
+<li><tt>-archive</tt>: specify which application contain the batch to run, this can be a <tt>war</tt> or a <tt>bar</tt>. If you want to deploy a jar no need to specify this option, just ensure you added it in <tt>-libs</tt>.</li>
+</ul></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+                      <div class="row">
+                          <div class="container">
+    <footer id="main-footer">
+      <p class="text-muted">
+      Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+      <p class="text-muted">
+        <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small>
+      </p>
+      <a href="/privacy-policy.html">Privacy Policy</a>
+    </footer>
+  </div> <!-- /container -->
+                </div>
+
+                <p id="poweredBy" class="pull-right">
+                          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+              </p>
+        
+          
+    
+    
+                
+    <div id="ohloh" class="pull-right">
+      <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script>
+    </div>
+        </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file