You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/20 08:42:40 UTC

[37/45] properly ignored files

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/import/cancel/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/import/cancel/index.html b/platform/marmotta-core/target/classes/web/doc/rest/import/cancel/index.html
deleted file mode 100644
index 8301b69..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/import/cancel/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<HTML><HEAD><TITLE>Resource cancel</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>import</a> / cancel</h2>Stop the importer thread with the ID passed as query argument.
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#DELETE'>DELETE /LMF/import/cancel?tname=…</a></tt></td><td>Stop the importer thread with the ID passed as query argument.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='DELETE'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>DELETE /LMF/import/cancel?tname=…
-
-</pre></td><td><b>API Example:</b><p><tt>ImportWebService.stopArticleXMLImport({'tname': <span class='comment'>/* tname the thread ID of the importer thread to stop */</span>});</tt></p></td></tr></table><p>Stop the importer thread with the ID passed as query argument.</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - OK if thread has been stopped or no longer exists</dd><dt><b>Query parameters:</b></dt><dd><b>tname</b> - the thread ID of the importer thread to stop</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>m
 ethod</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/import/external/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/import/external/index.html b/platform/marmotta-core/target/classes/web/doc/rest/import/external/index.html
deleted file mode 100644
index cb2ddee..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/import/external/index.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<HTML><HEAD><TITLE>Resource external</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>import</a> / external</h2>Fetch content from an external resource and import it into the LMF system. The importer is selected based on
- the Content-Type header of the HTTP request. Calling the service spawns a separate asynchronous thread. Its
- status can be queried by calling the /status webservice.
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#POST'>POST /LMF/import/external?context=…&amp;url=…</a></tt></td><td>Fetch content from an external resource and import it into the LMF system.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='POST'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>POST /LMF/import/external?context=…&amp;url=…
-Content-Type: …
-
-</pre></td><td><b>API Example:</b><p><tt>ImportWebService.externalData({'context': <span class='comment'>/* Fetch content from an external resource and import it into the LMF system. */</span>,<br/>&nbsp;&nbsp;'url': <span class='comment'>/* url an optional URL of a remote resource to import */</span>,<br/>&nbsp;&nbsp;'Content-Type': <span class='comment'>/* type the content type of the uploaded content */</span>});</tt></p></td></tr></table><p>Fetch content from an external resource and import it into the LMF system. The importer is selected based on
- the Content-Type header of the HTTP request. Calling the service spawns a separate asynchronous thread. Its
- status can be queried by calling the /status webservice.</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - OK if the import was successfully started</dd><dt><b>Query parameters:</b></dt><dd><b>context</b></dd><dd><b>url</b> - an optional URL of a remote resource to import</dd><dt><b>Header parameters:</b></dt><dd><b>Content-Type</b> - the content type of the uploaded content</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - if the import was successfully started</DD>
-<DD><B>400</B> - if the URL argument is not valid</DD>
-<DD><B>412</B> - if the content-type header is not present or contains unsupported mime types</DD>
-<DD><B>502</B> - if a connection to the URL of the external source cannot be established</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/import/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/import/index.html b/platform/marmotta-core/target/classes/web/doc/rest/import/index.html
deleted file mode 100644
index a913163..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/import/index.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<HTML><HEAD><TITLE>Resource import</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table><h2>Path: / <a href='../index.html'>LMF</a> / import</h2><hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='cancel/index.html'>cancel</a></td><td>Stop the importer thread with the ID passed as query argument.</td></tr><tr><td><a href='external/index.html'>external</a></td><td>Fetch content from an external resource and import it into the LMF sys
 tem.</td></tr><tr><td><a href='list/index.html'>list</a></td><td></td></tr><tr><td><a href='status/index.html'>status</a></td><td>Get the status of the importer thread with the ID passed as query argument.</td></tr><tr><td><a href='types/index.html'>types</a></td><td>Return a set of all mime types that are acceptable by the importer.</td></tr><tr><td><a href='upload/index.html'>upload</a></td><td>Upload content and import it into the LMF system.</td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a 
 href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/import/list/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/import/list/index.html b/platform/marmotta-core/target/classes/web/doc/rest/import/list/index.html
deleted file mode 100644
index b75041e..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/import/list/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Resource list</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>import</a> / list</h2><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/import/list</a></tt></td><td>&nbsp;</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class
 ='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/import/list
-
-</pre></td><td><b>API Example:</b><p><tt>ImportWebService.listRunningImport({});</tt></p></td></tr></table><dl><dt><b>Output:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/util/List.html'>List</a>&lt;kiwi.core.api.task.TaskInfo&gt;</tt></dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-docl
 ets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/import/status/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/import/status/index.html b/platform/marmotta-core/target/classes/web/doc/rest/import/status/index.html
deleted file mode 100644
index 94c57c6..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/import/status/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<HTML><HEAD><TITLE>Resource status</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>import</a> / status</h2>Get the status of the importer thread with the ID passed as query argument.
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/import/status?tname=…</a></tt></td><td>Get the status of the importer thread with the ID passed as query argument.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/import/status?tname=…
-
-</pre></td><td><b>API Example:</b><p><tt>ImportWebService.isActiveImport({'tname': <span class='comment'>/* tname the thread ID of the importer thread to query */</span>});</tt></p></td></tr></table><p>Get the status of the importer thread with the ID passed as query argument.</p><dl><dt><b>Output:</b></dt><dd><tt>kiwi.core.webservices.io.ImportWebService.Status</tt> - the status of the importer thread as a JSON object</dd><dt><b>Query parameters:</b></dt><dd><b>tname</b> - the thread ID of the importer thread to query</dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-s
 ummary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/import/types/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/import/types/index.html b/platform/marmotta-core/target/classes/web/doc/rest/import/types/index.html
deleted file mode 100644
index fa0e3d4..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/import/types/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<HTML><HEAD><TITLE>Resource types</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>import</a> / types</h2>Return a set of all mime types that are acceptable by the importer.
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/import/types?filename=…</a></tt></td><td>Return a set of all mime types that are acceptable by the importer.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/import/types?filename=…
-
-</pre></td><td><b>API Example:</b><p><tt>ImportWebService.getTypes({'filename': <span class='comment'>/* Return a set of all mime types that are acceptable by the importer. */</span>});</tt></p></td></tr></table><p>Return a set of all mime types that are acceptable by the importer.</p><dl><dt><b>Output:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/util/List.html'>List</a>&lt;<a href='http://docs.oracle.com/javase/6/docs/api/java/lang/String.html'>String</a>&gt;</tt> - a set of all mime types that are acceptable by the importer.</dd><dt><b>Query parameters:</b></dt><dd><b>filename</b></dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr><
 /tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/import/upload/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/import/upload/index.html b/platform/marmotta-core/target/classes/web/doc/rest/import/upload/index.html
deleted file mode 100644
index 5035225..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/import/upload/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML><HEAD><TITLE>Resource upload</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>import</a> / upload</h2>Upload content and import it into the LMF system. The importer is selected based on the Content-Type header
- of the HTTP request. Calling the service spawns a separate asynchronous thread. Its status can be queried by
- calling the /status webservice.
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#POST'>POST /LMF/import/upload?context=…</a></tt></td><td>Upload content and import it into the LMF system.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='POST'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>POST /LMF/import/upload?context=…
-Content-Type: …
-
-</pre></td><td><b>API Example:</b><p><tt>ImportWebService.uploadData({'context': <span class='comment'>/* Upload content and import it into the LMF system. */</span>,<br/>&nbsp;&nbsp;'Content-Type': <span class='comment'>/* type the content type of the uploaded content */</span>});</tt></p></td></tr></table><p>Upload content and import it into the LMF system. The importer is selected based on the Content-Type header
- of the HTTP request. Calling the service spawns a separate asynchronous thread. Its status can be queried by
- calling the /status webservice.</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - OK after starting a thread for importing the data, or error if the import cannot be started</dd><dt><b>Query parameters:</b></dt><dd><b>context</b></dd><dt><b>Header parameters:</b></dt><dd><b>Content-Type</b> - the content type of the uploaded content</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - if the import was successfully started</DD>
-<DD><B>412</B> - if the content-type header is not present or contains unsupported mime types</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/index.html b/platform/marmotta-core/target/classes/web/doc/rest/index.html
deleted file mode 100644
index b1e27ce..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<HTML><HEAD><TITLE>Root Resource</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='overview-summary.html'>Overview</a></th><th><a href='overview-index.html'>Index</a></th><th class='selected'>Root resource</th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table><h2>Path: / LMF</h2><hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='config/index.html'>config</a></td><td></td></tr><tr><td><a href='content/index.html'>content</a></td><td>Delete content of remote resource with given uri</td></tr><tr><td><a href='context/index.html'>context</a></td><td>Indirect context identification, listing in case 'graph' is missing</td><
 /tr><tr><td><a href='dependencies/index.html'>dependencies</a></td><td></td></tr><tr><td><a href='export/index.html'>export</a></td><td></td></tr><tr><td><a href='import/index.html'>import</a></td><td></td></tr><tr><td><a href='inspect/index.html'>inspect</a></td><td></td></tr><tr><td><a href='knowledgedspace/index.html'>knowledgedspace</a></td><td>Get all knowledge spaces</td></tr><tr><td><a href='ldp/index.html'>ldp</a></td><td>Produces a list of all containers available</td></tr><tr><td><a href='meta/index.html'>meta</a></td><td>Delete metadata of remote resource with given uri</td></tr><tr><td><a href='modules/index.html'>modules</a></td><td></td></tr><tr><td><a href='prefix/index.html'>prefix</a></td><td>Get all prefixes mappings</td></tr><tr><td><a href='resource/index.html'>resource</a></td><td>Returns a link to a remote resource (data or content) with the given uri
- and an accepted return type</td></tr><tr><td><a href='statistics/index.html'>statistics</a></td><td></td></tr><tr><td><a href='system/index.html'>system</a><br/> ↳ <span class='deep-resource'><a href='system/database/index.html'>system/database</a></span></td><td></td></tr><tr><td><a href='tasks/index.html'>tasks</a></td><td>List all tasks in all groups currently running in the system.</td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='overview-summary.html'>Overview</a></th><th><a href='overview-index.html'>Index</a></th><th class='selected'>Root resource</th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs j
 ax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/inspect/context/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/inspect/context/index.html b/platform/marmotta-core/target/classes/web/doc/rest/inspect/context/index.html
deleted file mode 100644
index 043f2af..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/inspect/context/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Resource context</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>inspect</a> / context</h2><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/inspect/context?limit=…&amp;start=…&amp;uri=…</a></tt></td><td>&nbsp;</td></tr></tbody></table><hr/><table clas
 s='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/inspect/context?limit=…&amp;start=…&amp;uri=…
-
-</pre></td><td><b>API Example:</b><p><tt>InspectionWebService.listContextUsage({'limit': …,<br/>&nbsp;&nbsp;'start': …,<br/>&nbsp;&nbsp;'uri': …});</tt></p></td></tr></table><dl><dt><b>Output:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/util/List.html'>List</a>&lt;kiwi.core.webservices.resource.InspectionWebService.TriplePoJo&gt;</tt></dd><dt><b>Query parameters:</b></dt><dd><b>limit</b></dd><dd><b>start</b></dd><dd><b>uri</b></dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a hre
 f='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/inspect/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/inspect/index.html b/platform/marmotta-core/target/classes/web/doc/rest/inspect/index.html
deleted file mode 100644
index 97c2418..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/inspect/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Resource inspect</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../index.html'>LMF</a> / inspect</h2><hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='context/index.html'>context</a></td><td></td></tr><tr><td><a href='object/index.html'>object</a></td><td></td></tr><tr><td><a href='predicate/index.html'>predicate</a></td><td>
 </td></tr><tr><td><a href='subject/index.html'>subject</a></td><td></td></tr><tr><td><a href='{uuid}/index.html'>{uuid}</a></td><td></td></tr></tbody></table><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/inspect?limit=…&amp;oOffset=…&amp;pOffset=…&amp;cOffset=…&amp;sOffset=…&amp;uri=…</a></tt></td><td>&nbsp;</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/inspect?limit=…&amp;oOffset=…&amp;pOffset=…&amp;cOffset=…&amp;sOffset=…&amp;uri=…
-
-</pre></td><td><b>API Example:</b><p><tt>InspectionWebService.inspectRemoteResource({'limit': …,<br/>&nbsp;&nbsp;'oOffset': …,<br/>&nbsp;&nbsp;'pOffset': …,<br/>&nbsp;&nbsp;'cOffset': …,<br/>&nbsp;&nbsp;'sOffset': …,<br/>&nbsp;&nbsp;'uri': …});</tt></p></td></tr></table><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt></dd><dt><b>Query parameters:</b></dt><dd><b>limit</b></dd><dd><b>oOffset</b></dd><dd><b>pOffset</b></dd><dd><b>cOffset</b></dd><dd><b>sOffset</b></dd><dd><b>uri</b></dd><dt><b>Produces:</b></dt><dd>text/html</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-sum
 mary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/inspect/object/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/inspect/object/index.html b/platform/marmotta-core/target/classes/web/doc/rest/inspect/object/index.html
deleted file mode 100644
index b2133f6..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/inspect/object/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Resource object</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>inspect</a> / object</h2><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/inspect/object?limit=…&amp;start=…&amp;uri=…</a></tt></td><td>&nbsp;</td></tr></tbody></table><hr/><table class=
 'info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/inspect/object?limit=…&amp;start=…&amp;uri=…
-
-</pre></td><td><b>API Example:</b><p><tt>InspectionWebService.listObjectUsage({'limit': …,<br/>&nbsp;&nbsp;'start': …,<br/>&nbsp;&nbsp;'uri': …});</tt></p></td></tr></table><dl><dt><b>Output:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/util/List.html'>List</a>&lt;kiwi.core.webservices.resource.InspectionWebService.TriplePoJo&gt;</tt></dd><dt><b>Query parameters:</b></dt><dd><b>limit</b></dd><dd><b>start</b></dd><dd><b>uri</b></dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href
 ='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/inspect/predicate/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/inspect/predicate/index.html b/platform/marmotta-core/target/classes/web/doc/rest/inspect/predicate/index.html
deleted file mode 100644
index 717a1e9..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/inspect/predicate/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Resource predicate</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>inspect</a> / predicate</h2><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/inspect/predicate?limit=…&amp;start=…&amp;uri=…</a></tt></td><td>&nbsp;</td></tr></tbody></table><hr/><table 
 class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/inspect/predicate?limit=…&amp;start=…&amp;uri=…
-
-</pre></td><td><b>API Example:</b><p><tt>InspectionWebService.listPredicatetUsage({'limit': …,<br/>&nbsp;&nbsp;'start': …,<br/>&nbsp;&nbsp;'uri': …});</tt></p></td></tr></table><dl><dt><b>Output:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/util/List.html'>List</a>&lt;kiwi.core.webservices.resource.InspectionWebService.TriplePoJo&gt;</tt></dd><dt><b>Query parameters:</b></dt><dd><b>limit</b></dd><dd><b>start</b></dd><dd><b>uri</b></dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a 
 href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/inspect/subject/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/inspect/subject/index.html b/platform/marmotta-core/target/classes/web/doc/rest/inspect/subject/index.html
deleted file mode 100644
index e3076ac..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/inspect/subject/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Resource subject</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>inspect</a> / subject</h2><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/inspect/subject?limit=…&amp;start=…&amp;uri=…</a></tt></td><td>&nbsp;</td></tr></tbody></table><hr/><table clas
 s='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/inspect/subject?limit=…&amp;start=…&amp;uri=…
-
-</pre></td><td><b>API Example:</b><p><tt>InspectionWebService.listSubjectUsage({'limit': …,<br/>&nbsp;&nbsp;'start': …,<br/>&nbsp;&nbsp;'uri': …});</tt></p></td></tr></table><dl><dt><b>Output:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/util/List.html'>List</a>&lt;kiwi.core.webservices.resource.InspectionWebService.TriplePoJo&gt;</tt></dd><dt><b>Query parameters:</b></dt><dd><b>limit</b></dd><dd><b>start</b></dd><dd><b>uri</b></dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a hre
 f='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/inspect/{uuid}/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/inspect/{uuid}/index.html b/platform/marmotta-core/target/classes/web/doc/rest/inspect/{uuid}/index.html
deleted file mode 100644
index 35d4124..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/inspect/{uuid}/index.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<HTML><HEAD><TITLE>Resource {uuid}</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>inspect</a> / {uuid}</h2><dl><dt><b>Path parameters:</b></dt><dd><b>uuid</b><tt> ([^#?]+)</tt> - </dd></dl><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/inspect/{uuid}?limit=…&amp;oOffset
 =…&amp;pOffset=…&amp;cOffset=…&amp;sOffset=…</a></tt></td><td>&nbsp;</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/inspect/{uuid}?limit=…&amp;oOffset=…&amp;pOffset=…&amp;cOffset=…&amp;sOffset=…
-
-</pre></td><td><b>API Example:</b><p><tt>InspectionWebService.inspectLocalResource({'limit': …,<br/>&nbsp;&nbsp;'oOffset': …,<br/>&nbsp;&nbsp;'pOffset': …,<br/>&nbsp;&nbsp;'cOffset': …,<br/>&nbsp;&nbsp;'sOffset': …,<br/>&nbsp;&nbsp;'uuid': …});</tt></p></td></tr></table><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt></dd><dt><b>Query parameters:</b></dt><dd><b>limit</b></dd><dd><b>oOffset</b></dd><dd><b>pOffset</b></dd><dd><b>cOffset</b></dd><dd><b>sOffset</b></dd><dt><b>Produces:</b></dt><dd>text/html</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='Nav
 BarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/knowledgedspace/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/knowledgedspace/index.html b/platform/marmotta-core/target/classes/web/doc/rest/knowledgedspace/index.html
deleted file mode 100644
index d01c148..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/knowledgedspace/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<HTML><HEAD><TITLE>Resource knowledgedspace</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../index.html'>LMF</a> / knowledgedspace</h2>Get all knowledge spaces
-<P>
-<hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='{uuid}/index.html'>{uuid}</a></td><td>Returns the content stored on this context URI</td></tr></tbody></table><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/knowledgedspace</a></tt></td><td>Get all knowledge spaces</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/knowledgedspace
-
-</pre></td><td><b>API Example:</b><p><tt>KnowledgeSpaceWebService.listSpaces({});</tt></p></td></tr></table><p>Get all knowledge spaces</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - a list of URIs representing the current knowledge spaces</dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Luna
 tech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/knowledgedspace/{uuid}/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/knowledgedspace/{uuid}/index.html b/platform/marmotta-core/target/classes/web/doc/rest/knowledgedspace/{uuid}/index.html
deleted file mode 100644
index e64671b..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/knowledgedspace/{uuid}/index.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<HTML><HEAD><TITLE>Resource {uuid}</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>knowledgedspace</a> / {uuid}</h2>Returns the content stored on this context URI
-<P>
-<dl><dt><b>Path parameters:</b></dt><dd><b>uuid</b><tt> ([^#?]+)</tt> - </dd></dl><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/knowledgedspace/{uuid}</a></tt></td><td>Returns the content stored on this context URI</td></tr><tr><td><tt><a href='#DELETE'>DELETE /LMF/knowledgedspace/{uuid}</a></tt></td><td>Deletes a knowledge space from the system</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/knowledgedspace/{uuid}
-Accept: …
-
-</pre></td><td><b>API Example:</b><p><tt>KnowledgeSpaceWebService.getContent({'uuid': <span class='comment'>/* Returns the content stored on this context URI */</span>,<br/>&nbsp;&nbsp;'Accept': <span class='comment'>/* Returns the content stored on this context URI */</span>});</tt></p></td></tr></table><p>Returns the content stored on this context URI</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - redirects to the export service</dd><dt><b>Header parameters:</b></dt><dd><b>Accept</b></dd></dl></td></tr><tr><td><a name='DELETE'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>DELETE /LMF/knowledgedspace/{uuid}
-
-</pre></td><td><b>API Example:</b><p><tt>KnowledgeSpaceWebService.cleanContent({'uuid': <span class='comment'>/* uuid knowledge space uuid */</span>,<br/>&nbsp;&nbsp;'$entity': <span class='comment'>/* types formats accepted */</span>});</tt></p></td></tr></table><p>Deletes a knowledge space from the system</p><dl><dt><b>Input:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/lang/String.html'>String</a></tt> - formats accepted</dd><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - status code</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarC
 ell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/ldp/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/ldp/index.html b/platform/marmotta-core/target/classes/web/doc/rest/ldp/index.html
deleted file mode 100644
index fe5dcbb..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/ldp/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<HTML><HEAD><TITLE>Resource ldp</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../index.html'>LMF</a> / ldp</h2>Produces a list of all containers available
-<P>
-<hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='{uuid}/index.html'>{uuid}</a></td><td>Returns the content stored on this resource/container</td></tr></tbody></table><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/ldp</a></tt></td><td>Produces a list of all containers available</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/ldp
-
-</pre></td><td><b>API Example:</b><p><tt>LdpWebService.list({});</tt></p></td></tr></table><p>Produces a list of all containers available</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - list of container</dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</di
 v></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/ldp/{uuid}/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/ldp/{uuid}/index.html b/platform/marmotta-core/target/classes/web/doc/rest/ldp/{uuid}/index.html
deleted file mode 100644
index 05ceb82..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/ldp/{uuid}/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<HTML><HEAD><TITLE>Resource {uuid}</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>ldp</a> / {uuid}</h2>Returns the content stored on this resource/container
-<P>
-<dl><dt><b>Path parameters:</b></dt><dd><b>uuid</b><tt> ([^#?]+)</tt> - </dd></dl><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/ldp/{uuid}</a></tt></td><td>Returns the content stored on this resource/container</td></tr><tr><td><tt><a href='#POST'>POST /LMF/ldp/{uuid}?title=…</a></tt></td><td>&nbsp;</td></tr><tr><td><tt><a href='#DELETE'>DELETE /LMF/ldp/{uuid}</a></tt></td><td>Deletes this resource/container</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/ldp/{uuid}
-Accept: …
-
-</pre></td><td><b>API Example:</b><p><tt>LdpWebService.get({'uuid': <span class='comment'>/* Returns the content stored on this resource/container */</span>,<br/>&nbsp;&nbsp;'Accept': <span class='comment'>/* Returns the content stored on this resource/container */</span>});</tt></p></td></tr></table><p>Returns the content stored on this resource/container</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - redirect response to the export service</dd><dt><b>Header parameters:</b></dt><dd><b>Accept</b></dd></dl></td></tr><tr><td><a name='POST'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>POST /LMF/ldp/{uuid}?title=…
-Accept: …
-
-</pre></td><td><b>API Example:</b><p><tt>LdpWebService.create({'title': …,<br/>&nbsp;&nbsp;'uuid': …,<br/>&nbsp;&nbsp;'Accept': …});</tt></p></td></tr></table><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt></dd><dt><b>Query parameters:</b></dt><dd><b>title</b></dd><dt><b>Header parameters:</b></dt><dd><b>Accept</b></dd></dl></td></tr><tr><td><a name='DELETE'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>DELETE /LMF/ldp/{uuid}
-
-</pre></td><td><b>API Example:</b><p><tt>LdpWebService.delete({'uuid': <span class='comment'>/* uuid container identifier */</span>,<br/>&nbsp;&nbsp;'$entity': <span class='comment'>/* types formats accepted */</span>});</tt></p></td></tr></table><p>Deletes this resource/container</p><dl><dt><b>Input:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/lang/String.html'>String</a></tt> - formats accepted</dd><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - response</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#method
 s-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/meta/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/meta/index.html b/platform/marmotta-core/target/classes/web/doc/rest/meta/index.html
deleted file mode 100644
index 3f2345d..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/meta/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML><HEAD><TITLE>Resource meta</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../index.html'>LMF</a> / meta</h2>Delete metadata of remote resource with given uri
-<P>
-<hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='{mimetype}/index.html'>{mimetype}</a></td><td>Returns remote resource metadata with the given uri and an accepted
- return type (mimetype)</td></tr><tr><td><a href='{uuid}/index.html'>{uuid}</a></td><td>Delete metadata of local resource with given uuid</td></tr></tbody></table><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#DELETE'>DELETE /LMF/meta?uri=…</a></tt></td><td>Delete metadata of remote resource with given uri</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='DELETE'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>DELETE /LMF/meta?uri=…
-
-</pre></td><td><b>API Example:</b><p><tt>MetaWebService.deleteMetaRemote({'uri': <span class='comment'>/* uri
-            , the fully-qualified URI of the resource to create in the
-            triple store */</span>});</tt></p></td></tr></table><p>Delete metadata of remote resource with given uri</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - HTTP response (success or error)</dd><dt><b>Query parameters:</b></dt><dd><b>uri</b> - , the fully-qualified URI of the resource to create in the
-            triple store</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - resource content deleted</DD>
-<DD><B>400</B> - bad request (e.g, uri is null)</DD>
-<DD><B>404</B> - resource or resource metadata not found</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/meta/{mimetype}/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/meta/{mimetype}/index.html b/platform/marmotta-core/target/classes/web/doc/rest/meta/{mimetype}/index.html
deleted file mode 100644
index 09bd5ce..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/meta/{mimetype}/index.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<HTML><HEAD><TITLE>Resource {mimetype}</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>meta</a> / {mimetype}</h2>Returns remote resource metadata with the given uri and an accepted
- return type (mimetype)
-<P>
-<dl><dt><b>Path parameters:</b></dt><dd><b>mimetype</b><tt> ([^/]+/[^/]+)</tt> - , accepted mimetype follows the pattern .+/.+</dd></dl><hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='{uuid}/index.html'>{uuid}</a></td><td>Returns local resource data with the given uuid and an accepted return
- type (mimetype)</td></tr></tbody></table><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/meta/{mimetype}?uri=…</a></tt></td><td>Returns remote resource metadata with the given uri and an accepted
- return type (mimetype)</td></tr><tr><td><tt><a href='#PUT'>PUT /LMF/meta/{mimetype}?uri=…</a></tt></td><td>Sets metadata to a given locale resource</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/meta/{mimetype}?uri=…
-
-</pre></td><td><b>API Example:</b><p><tt>MetaWebService.getMetaRemote({'uri': <span class='comment'>/* uri
-            , the fully-qualified URI of the resource to create in the
-            triple store */</span>,<br/>&nbsp;&nbsp;'mimetype': <span class='comment'>/* mimetype
-            , accepted mimetype follows the pattern */</span>});</tt></p></td></tr></table><p>Returns remote resource metadata with the given uri and an accepted
- return type (mimetype)</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - a remote resource's metadata (body is the resource data in
-         requested format)</dd><dt><b>Query parameters:</b></dt><dd><b>uri</b> - , the fully-qualified URI of the resource to create in the
-            triple store</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - resource metadata found and returned</DD>
-<DD><B>400</B> - bad request (maybe uri is not defined)</DD>
-<DD><B>404</B> - resource cannot be found</DD>
-<DD><B>406</B> - resource cannot be found in the given format</DD>
-<DD><B>500</B> - Internal Error</DD>
-
-
-<DT><B>HTTP response headers:</B></DT><DD><B>Content-Type</B> - (for HTTP 406) a list of available metadata
-                 types</DD>
-
-</dl></td></tr><tr><td><a name='PUT'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>PUT /LMF/meta/{mimetype}?uri=…
-
-</pre></td><td><b>API Example:</b><p><tt>MetaWebService.putMetaRemote({'uri': <span class='comment'>/* uri
-            , the fully-qualified URI of the resource to create in the
-            triple store */</span>,<br/>&nbsp;&nbsp;'mimetype': <span class='comment'>/* mimetype
-            content-type of the body (metadata) follows the pattern */</span>});</tt></p></td></tr></table><p>Sets metadata to a given locale resource</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - HTTP response (success or error)</dd><dt><b>Query parameters:</b></dt><dd><b>uri</b> - , the fully-qualified URI of the resource to create in the
-            triple store</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - put was successful</DD>
-<DD><B>400</B> - bad request (e.g. uri is null)</DD>
-<DD><B>404</B> - resource cannot be found</DD>
-<DD><B>415</B> - Content-Type is not supported</DD>
-<DD><B>500</B> - Internal Error</DD>
-
-
-<DT><B>HTTP response headers:</B></DT><DD><B>Content-Type</B> - (for HTTP 415) a list of available types for
-                 metadata</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/meta/{mimetype}/{uuid}/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/meta/{mimetype}/{uuid}/index.html b/platform/marmotta-core/target/classes/web/doc/rest/meta/{mimetype}/{uuid}/index.html
deleted file mode 100644
index a331daf..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/meta/{mimetype}/{uuid}/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<HTML><HEAD><TITLE>Resource {uuid}</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../../overview-summary.html'>Overview</a></th><th><a href='../../../overview-index.html'>Index</a></th><th><a href='../../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../../index.html'>LMF</a> / <a href='../../index.html'>meta</a> / <a href='../index.html'>{mimetype}</a> / {uuid}</h2>Returns local resource data with the given uuid and an accepted return
- type (mimetype)
-<P>
-<dl><dt><b>Path parameters:</b></dt><dd><b>mimetype</b><tt> ([^/]+/[^/]+)</tt> - , accepted mimetype follows the pattern .+/.+</dd><dd><b>uuid</b><tt> ([^#?]+)</tt> - , a unique identifier (must not contain url specific
-            characters like /,# etc.)</dd></dl><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/meta/{mimetype}/{uuid}</a></tt></td><td>Returns local resource data with the given uuid and an accepted return
- type (mimetype)</td></tr><tr><td><tt><a href='#PUT'>PUT /LMF/meta/{mimetype}/{uuid}</a></tt></td><td>Sets metadata to a given locale resource</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/meta/{mimetype}/{uuid}
-
-</pre></td><td><b>API Example:</b><p><tt>MetaWebService.getMetaLocal({'mimetype': <span class='comment'>/* mimetype
-            , accepted mimetype follows the pattern */</span>,<br/>&nbsp;&nbsp;'uuid': <span class='comment'>/* uuid
-            , a unique identifier (must not contain url specific
-            characters like /,# etc.) */</span>});</tt></p></td></tr></table><p>Returns local resource data with the given uuid and an accepted return
- type (mimetype)</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - a local resource's metadata (body is the resource data in
-         requested format)</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - resource data found and returned</DD>
-<DD><B>404</B> - resource cannot be found</DD>
-<DD><B>406</B> - resource cannot be found in the given format</DD>
-<DD><B>500</B> - Internal Error</DD>
-
-
-<DT><B>HTTP response headers:</B></DT><DD><B>Content-Type</B> - (for HTTP 406) a list of available metadata
-                 types</DD>
-
-</dl></td></tr><tr><td><a name='PUT'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>PUT /LMF/meta/{mimetype}/{uuid}
-
-</pre></td><td><b>API Example:</b><p><tt>MetaWebService.putMetaLocal({'mimetype': <span class='comment'>/* mimetype
-            content-type of the body (metadata) follows the pattern */</span>,<br/>&nbsp;&nbsp;'uuid': <span class='comment'>/* uuid
-            , a unique identifier (must not contain url specific
-            characters like /,# etc.) */</span>});</tt></p></td></tr></table><p>Sets metadata to a given locale resource</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - HTTP response (success or error)</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - put was successful</DD>
-<DD><B>400</B> - bad request (e.g. body is empty)</DD>
-<DD><B>404</B> - resource cannot be found</DD>
-<DD><B>415</B> - Content-Type is not supported</DD>
-<DD><B>500</B> - Internal Error</DD>
-
-
-<DT><B>HTTP response headers:</B></DT><DD><B>Content-Type</B> - (for HTTP 415) a list of available types for
-                 metadata</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../../overview-summary.html'>Overview</a></th><th><a href='../../../overview-index.html'>Index</a></th><th><a href='../../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/meta/{uuid}/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/meta/{uuid}/index.html b/platform/marmotta-core/target/classes/web/doc/rest/meta/{uuid}/index.html
deleted file mode 100644
index e2da250..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/meta/{uuid}/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<HTML><HEAD><TITLE>Resource {uuid}</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>meta</a> / {uuid}</h2>Delete metadata of local resource with given uuid
-<P>
-<dl><dt><b>Path parameters:</b></dt><dd><b>uuid</b><tt> ([^#?]+)</tt> - , a unique identifier (must not contain url specific
-            characters like /,# etc.)</dd></dl><hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#DELETE'>DELETE /LMF/meta/{uuid}</a></tt></td><td>Delete metadata of local resource with given uuid</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='DELETE'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>DELETE /LMF/meta/{uuid}
-
-</pre></td><td><b>API Example:</b><p><tt>MetaWebService.deleteMetaLocal({'uuid': <span class='comment'>/* uuid
-            , a unique identifier (must not contain url specific
-            characters like /,# etc.) */</span>});</tt></p></td></tr></table><p>Delete metadata of local resource with given uuid</p><dl><dt><b>Output:</b></dt><dd><tt>javax.ws.rs.core.Response</tt> - HTTP response (success or error)</dd>
-<DT><B>HTTP return codes:</B></DT><DD><B>200</B> - resource content deleted</DD>
-<DD><B>404</B> - resource or resource metadata not found</DD>
-
-</dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/modules/buildinfo/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/modules/buildinfo/index.html b/platform/marmotta-core/target/classes/web/doc/rest/modules/buildinfo/index.html
deleted file mode 100644
index 490d33a..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/modules/buildinfo/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<HTML><HEAD><TITLE>Resource buildinfo</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table><h2>Path: / <a href='../../index.html'>LMF</a> / <a href='../index.html'>modules</a> / buildinfo</h2>Return the configuration of the module identified by the name passed as query argument. The
- module will be
- a map containing the values specified in the kiwi-module.properties file of the module.
-<P>
-<hr/><table class='info' id='methods-summary'><caption class='TableCaption'>Method Summary</caption><tbody><tr><th class='TableHeader'>Resource</th><th class='TableHeader'>Description</th></tr><tr><td><tt><a href='#GET'>GET /LMF/modules/buildinfo</a></tt></td><td>Return the configuration of the module identified by the name passed as query argument.</td></tr></tbody></table><hr/><table class='info' id='methods-details'><caption class='TableCaption'>Method Detail</caption><tbody></tr><tr><td><a name='GET'></a><table class='examples'><tr><td><b>HTTP Example:</b><pre>GET /LMF/modules/buildinfo
-
-</pre></td><td><b>API Example:</b><p><tt>ModuleWebService.getBuildInfo({});</tt></p></td></tr></table><p>Return the configuration of the module identified by the name passed as query argument. The
- module will be
- a map containing the values specified in the kiwi-module.properties file of the module.</p><dl><dt><b>Output:</b></dt><dd><tt><a href='http://docs.oracle.com/javase/6/docs/api/java/util/Map.html'>Map</a>&lt;<a href='http://docs.oracle.com/javase/6/docs/api/java/lang/String.html'>String</a>,<a href='http://docs.oracle.com/javase/6/docs/api/java/util/Map.html'>Map</a>&lt;<a href='http://docs.oracle.com/javase/6/docs/api/java/lang/String.html'>String</a>,<a href='http://docs.oracle.com/javase/6/docs/api/java/lang/String.html'>String</a>&gt;&gt;</tt> - a map with key/value pairs representing the module configuration as contained in
-         kiwi-module.properties</dd><dt><b>Produces:</b></dt><dd>application/json</dd></dl></td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../../overview-summary.html'>Overview</a></th><th><a href='../../overview-index.html'>Index</a></th><th><a href='../../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: resource | <a href='#methods-summary'>method</a></td><td class='NavBarCell3'>detail: <a href='#methods-details'>method</a></td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/5486b79f/platform/marmotta-core/target/classes/web/doc/rest/modules/index.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/target/classes/web/doc/rest/modules/index.html b/platform/marmotta-core/target/classes/web/doc/rest/modules/index.html
deleted file mode 100644
index 49e57f5..0000000
--- a/platform/marmotta-core/target/classes/web/doc/rest/modules/index.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<HTML><HEAD><TITLE>Resource modules</TITLE></TITLE><LINK REL='stylesheet' TYPE='text/css' HREF='../doclet.css' TITLE='Style'/><META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-</HEAD><BODY><!--###BEGIN_CONTENT###--><div class="javadoc"><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table><h2>Path: / <a href='../index.html'>LMF</a> / modules</h2><hr/><table class='info' id='resources'><caption class='TableCaption'>Resources</caption><tbody><tr><th class='TableHeader'>Name</th><th class='TableHeader'>Description</th></tr><tr><td><a href='buildinfo/index.html'>buildinfo</a></td><td>Return the configuration of the module identified by the name passed as query argument.</td></tr><tr><td><a href='list/index.html'>list</a></td><td>Return a list of names of the LMF modules that
  are currently enabled in the LMF installation.</td></tr><tr><td><a href='module/index.html'>module</a></td><td>Return the configuration of the module identified by the name passed as query argument.</td></tr></tbody></table><hr/><table class='menu'><colgroup><col/><col/></colgroup><tbody><tr><td class='NavBarCell1' colspan='2'><table><tbody><tr><th><a href='../overview-summary.html'>Overview</a></th><th><a href='../overview-index.html'>Index</a></th><th><a href='../index.html'>Root resource</a></th></tr></tbody></table></td></tr><tr><td class='NavBarCell3'>summary: <a href='#resources'>resource</a> | method</td><td class='NavBarCell3'>detail: method</td></tr></table></div><!--###END_CONTENT###--><hr/><div class='footer'>Generated by <a href='http://www.lunatech-labs.com/open-source/jax-doclets'>Lunatech Labs jax-doclets</a> v0.10.0</div></BODY></HTML>
\ No newline at end of file