Modified:
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html
==============================================================================
---
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html
(original)
+++
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html
Tue Dec 16 10:39:19 2014
@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Mon Dec 08 09:54:20 UTC 2014
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Tue Dec 16 10:37:50 UTC 2014
-->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>LdpServiceImpl (Apache Marmotta Site 3.2.1 API)</title>
-<meta name="date" content="2014-12-08">
+<title>LdpServiceImpl (Apache Marmotta Site 3.3.0 API)</title>
+<meta name="date" content="2014-12-16">
<link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="LdpServiceImpl (Apache Marmotta Site 3.2.1
API)";
+ parent.document.title="LdpServiceImpl (Apache Marmotta Site 3.3.0
API)";
}
//-->
</script>
@@ -129,6 +129,21 @@ implements <a href="../../../../../../or
</ul>
</li>
</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!-- -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a
name="fields_inherited_from_class_org.apache.marmotta.platform.ldp.api.LdpService">
+<!-- -->
+</a>
+<h3>Fields inherited from
interface org.apache.marmotta.platform.ldp.api.<a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in org.apache.marmotta.platform.ldp.api">LdpService</a></h3>
+<code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#SERVER_MANAGED_PROPERTIES">SERVER_MANAGED_PROPERTIES</a>,
<a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#SERVER_PREFERED_RDF_FORMATS">SERVER_PREFERED_RDF_FORMATS</a></code></li>
+</ul>
+</li>
+</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
@@ -213,12 +228,16 @@ implements <a href="../../../../../../or
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#exists(org.openrdf.repository.RepositoryConnection,
java.lang.String)">exists</a></strong>(org.openrdf.repository.RepositoryConnection connection,
- <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> resource)</code> </td>
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource)</code>
+<div class="block">Check if the specified resource already exists.</div>
+</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#exists(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">exists</a></strong>(org.openrdf.repository.RepositoryConnection connection,
- org.openrdf.model.URI resource)</code> </td>
+ org.openrdf.model.URI resource)</code>
+<div class="block">Check if the specified resource already exists.</div>
+</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
@@ -241,11 +260,27 @@ implements <a href="../../../../../../or
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#exportResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.OutputStream, org.openrdf.rio.RDFFormat,
org.apache.marmotta.platform.ldp.api.Preference)">exportResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true"
title="class or interface in java.io">OutputStream</a> output,
+ org.openrdf.rio.RDFFormat format,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/api/Preference.html"
title="class in
org.apache.marmotta.platform.ldp.api">Preference</a> preference)</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#exportResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.OutputStream,
org.openrdf.rio.RDFFormat)">exportResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI resource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true"
title="class or interface in java.io">OutputStream</a> output,
org.openrdf.rio.RDFFormat format)</code> </td>
</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#exportResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.OutputStream, org.openrdf.rio.RDFFormat,
org.apache.marmotta.platform.ldp.api.Preference)">exportResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true"
title="class or interface in java.io">OutputStream</a> output,
+ org.openrdf.rio.RDFFormat format,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/api/Preference.html"
title="class in
org.apache.marmotta.platform.ldp.api">Preference</a> preference)</code> </td>
+</tr>
<tr class="altColor">
<td class="colFirst"><code>javax.ws.rs.core.EntityTag</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#generateETag(org.openrdf.repository.RepositoryConnection,
java.lang.String)">generateETag</a></strong>(org.openrdf.repository.RepositoryConnection connection,
@@ -321,45 +356,112 @@ implements <a href="../../../../../../or
org.openrdf.model.URI uri)</code> </td>
</tr>
<tr class="rowColor">
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#getResourceUri(javax.ws.rs.core.UriInfo)">getResourceUri</a></strong>(javax.ws.rs.core.UriInfo uriInfo)</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>javax.ws.rs.core.UriBuilder</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#getResourceUriBuilder(javax.ws.rs.core.UriInfo)">getResourceUriBuilder</a></strong>(javax.ws.rs.core.UriInfo uriInfo)</code> </td>
+</tr>
+<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#hasType(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI,
org.openrdf.model.URI)">hasType</a></strong>(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI resource,
org.openrdf.model.URI type)</code> </td>
</tr>
<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#init(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">init</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI root)</code>
+<div class="block">Initializes the root LDP Container</div>
+</td>
+</tr>
+<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#isNonRdfSourceResource(org.openrdf.repository.RepositoryConnection,
java.lang.String)">isNonRdfSourceResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> resource)</code> </td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#isNonRdfSourceResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">isNonRdfSourceResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI uri)</code> </td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#isRdfSourceResource(org.openrdf.repository.RepositoryConnection,
java.lang.String)">isRdfSourceResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> resource)</code> </td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#isRdfSourceResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">isRdfSourceResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI uri)</code> </td>
</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#isReusedURI(org.openrdf.repository.RepositoryConnection,
java.lang.String)">isReusedURI</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource)</code>
+<div class="block">Check if the specified resource would be a re-used
URI.</div>
+</td>
+</tr>
<tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#isReusedURI(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">isReusedURI</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI resource)</code>
+<div class="block">Check if the specified resource would be a re-used
URI.</div>
+</td>
+</tr>
+<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#patchResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream,
boolean)">patchResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> patchData,
boolean strict)</code> </td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#patchResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream,
boolean)">patchResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI uri,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> patchData,
boolean strict)</code> </td>
</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#updateResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream,
java.lang.String)">updateResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> stream,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> type)</code>
+<div class="block">Update an existing resource</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#updateResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream, java.lang.String,
boolean)">updateResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> stream,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> type,
+ boolean overwrite)</code>
+<div class="block">Update an existing resource</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#updateResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream,
java.lang.String)">updateResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> stream,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> type)</code>
+<div class="block">Update an existing resource</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/services/LdpServiceImpl.html#updateResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream, java.lang.String,
boolean)">updateResource</a></strong>(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> stream,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> type,
+ boolean overwrite)</code>
+<div class="block">Update an existing resource</div>
+</td>
+</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -399,6 +501,51 @@ implements <a href="../../../../../../or
<!-- -->
</a>
<h3>Method Detail</h3>
+<a name="init(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>init</h4>
+<pre>public void init(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI root)
+ throws org.openrdf.repository.RepositoryException</pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#init(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">LdpService</a></code></strong></div>
+<div class="block">Initializes the root LDP Container</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#init(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">init</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
repository connection</dd><dd><code>root</code> - root container</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd></dl>
+</li>
+</ul>
+<a name="getResourceUri(javax.ws.rs.core.UriInfo)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getResourceUri</h4>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> getResourceUri(javax.ws.rs.core.UriInfo uriInfo)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#getResourceUri(javax.ws.rs.core.UriInfo)">getResourceUri</a></code> in
interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getResourceUriBuilder(javax.ws.rs.core.UriInfo)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getResourceUriBuilder</h4>
+<pre>public javax.ws.rs.core.UriBuilder getResourceUriBuilder(javax.ws.rs.core.UriInfo uriInfo)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#getResourceUriBuilder(javax.ws.rs.core.UriInfo)">getResourceUriBuilder</a></code> in
interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+</dl>
+</li>
+</ul>
<a name="exists(org.openrdf.repository.RepositoryConnection,
java.lang.String)">
<!-- -->
</a>
@@ -408,9 +555,13 @@ implements <a href="../../../../../../or
<pre>public boolean exists(org.openrdf.repository.RepositoryConnection connection,
<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource)
throws org.openrdf.repository.RepositoryException</pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#exists(org.openrdf.repository.RepositoryConnection,
java.lang.String)">LdpService</a></code></strong></div>
+<div class="block">Check if the specified resource already exists.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#exists(org.openrdf.repository.RepositoryConnection,
java.lang.String)">exists</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
the repository connection</dd><dd><code>resource</code> - the resource to
test</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if it exists</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>org.openrdf.repository.RepositoryException</code></dd></dl>
</li>
@@ -424,9 +575,53 @@ implements <a href="../../../../../../or
<pre>public boolean exists(org.openrdf.repository.RepositoryConnection connection,
org.openrdf.model.URI resource)
throws org.openrdf.repository.RepositoryException</pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#exists(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">LdpService</a></code></strong></div>
+<div class="block">Check if the specified resource already exists.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#exists(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">exists</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
the repository connection</dd><dd><code>resource</code> - the resource to
test</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if it exists</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd></dl>
+</li>
+</ul>
+<a name="isReusedURI(org.openrdf.repository.RepositoryConnection,
java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isReusedURI</h4>
+<pre>public boolean isReusedURI(org.openrdf.repository.RepositoryConnection connection,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource)
+ throws org.openrdf.repository.RepositoryException</pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#isReusedURI(org.openrdf.repository.RepositoryConnection,
java.lang.String)">LdpService</a></code></strong></div>
+<div class="block">Check if the specified resource would be a re-used
URI.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#isReusedURI(org.openrdf.repository.RepositoryConnection,
java.lang.String)">isReusedURI</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
the repository connection</dd><dd><code>resource</code> - the resource to
test</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if it had existed</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd></dl>
+</li>
+</ul>
+<a name="isReusedURI(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isReusedURI</h4>
+<pre>public boolean isReusedURI(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI resource)
+ throws org.openrdf.repository.RepositoryException</pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#isReusedURI(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">LdpService</a></code></strong></div>
+<div class="block">Check if the specified resource would be a re-used
URI.</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#isReusedURI(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI)">isReusedURI</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
the repository connection</dd><dd><code>resource</code> - the resource to
test</dd>
+<dt><span class="strong">Returns:</span></dt><dd>true if it had existed</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>org.openrdf.repository.RepositoryException</code></dd></dl>
</li>
@@ -648,6 +843,48 @@ implements <a href="../../../../../../or
<dd><code>org.openrdf.rio.RDFHandlerException</code></dd></dl>
</li>
</ul>
+<a name="exportResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.OutputStream, org.openrdf.rio.RDFFormat,
org.apache.marmotta.platform.ldp.api.Preference)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exportResource</h4>
+<pre>public void exportResource(org.openrdf.repository.RepositoryConnection connection,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true"
title="class or interface in java.io">OutputStream</a> output,
+ org.openrdf.rio.RDFFormat format,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/api/Preference.html"
title="class in
org.apache.marmotta.platform.ldp.api">Preference</a> preference)
+ throws org.openrdf.rio.RDFHandlerException,
+ org.openrdf.repository.RepositoryException</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#exportResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.OutputStream, org.openrdf.rio.RDFFormat,
org.apache.marmotta.platform.ldp.api.Preference)">exportResource</a></code> in
interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.rio.RDFHandlerException</code></dd>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd></dl>
+</li>
+</ul>
+<a name="exportResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.OutputStream, org.openrdf.rio.RDFFormat,
org.apache.marmotta.platform.ldp.api.Preference)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exportResource</h4>
+<pre>public void exportResource(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true"
title="class or interface in java.io">OutputStream</a> output,
+ org.openrdf.rio.RDFFormat format,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/api/Preference.html"
title="class in
org.apache.marmotta.platform.ldp.api">Preference</a> preference)
+ throws org.openrdf.repository.RepositoryException,
+ org.openrdf.rio.RDFHandlerException</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#exportResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.OutputStream, org.openrdf.rio.RDFFormat,
org.apache.marmotta.platform.ldp.api.Preference)">exportResource</a></code> in
interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd>
+<dd><code>org.openrdf.rio.RDFHandlerException</code></dd></dl>
+</li>
+</ul>
<a name="exportBinaryResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.OutputStream)">
<!-- -->
</a>
@@ -828,6 +1065,128 @@ implements <a href="../../../../../../or
<dd><code>org.openrdf.rio.RDFParseException</code></dd></dl>
</li>
</ul>
+<a name="updateResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream, java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>updateResource</h4>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> updateResource(org.openrdf.repository.RepositoryConnection connection,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> stream,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> type)
+ throws org.openrdf.repository.RepositoryException,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/IncompatibleResourceTypeException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">IncompatibleResourceTypeException</a>,
+ org.openrdf.rio.RDFParseException,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a>,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/InvalidModificationException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">InvalidModificationException</a></pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#updateResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream,
java.lang.String)">LdpService</a></code></strong></div>
+<div class="block">Update an existing resource</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#updateResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream,
java.lang.String)">updateResource</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
repository connection</dd><dd><code>resource</code> - resource to
add</dd><dd><code>stream</code> - stream with the
data</dd><dd><code>type</code> - resource type</dd>
+<dt><span class="strong">Returns:</span></dt><dd>updated resource uri</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/IncompatibleResourceTypeException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">IncompatibleResourceTypeException</a></code></dd>
+<dd><code>org.openrdf.rio.RDFParseException</code></dd>
+<dd><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></code></dd>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/InvalidModificationException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">InvalidModificationException</a></code></dd></dl>
+</li>
+</ul>
+<a name="updateResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream, java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>updateResource</h4>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> updateResource(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> stream,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> type)
+ throws org.openrdf.repository.RepositoryException,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/IncompatibleResourceTypeException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">IncompatibleResourceTypeException</a>,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a>,
+ org.openrdf.rio.RDFParseException,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/InvalidModificationException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">InvalidModificationException</a></pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#updateResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream,
java.lang.String)">LdpService</a></code></strong></div>
+<div class="block">Update an existing resource</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#updateResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream,
java.lang.String)">updateResource</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
repository connection</dd><dd><code>resource</code> - resource to
add</dd><dd><code>stream</code> - stream with the
data</dd><dd><code>type</code> - resource type</dd>
+<dt><span class="strong">Returns:</span></dt><dd>updated resource uri</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/IncompatibleResourceTypeException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">IncompatibleResourceTypeException</a></code></dd>
+<dd><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></code></dd>
+<dd><code>org.openrdf.rio.RDFParseException</code></dd>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/InvalidModificationException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">InvalidModificationException</a></code></dd></dl>
+</li>
+</ul>
+<a name="updateResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream, java.lang.String, boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>updateResource</h4>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> updateResource(org.openrdf.repository.RepositoryConnection connection,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> stream,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> type,
+ boolean overwrite)
+ throws org.openrdf.repository.RepositoryException,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/IncompatibleResourceTypeException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">IncompatibleResourceTypeException</a>,
+ org.openrdf.rio.RDFParseException,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a>,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/InvalidModificationException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">InvalidModificationException</a></pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#updateResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream, java.lang.String,
boolean)">LdpService</a></code></strong></div>
+<div class="block">Update an existing resource</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#updateResource(org.openrdf.repository.RepositoryConnection,
java.lang.String, java.io.InputStream, java.lang.String,
boolean)">updateResource</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
repository connection</dd><dd><code>resource</code> - resource to
add</dd><dd><code>stream</code> - stream with the
data</dd><dd><code>type</code> - resource type</dd><dd><code>overwrite</code> -
overwrite current resource</dd>
+<dt><span class="strong">Returns:</span></dt><dd>updated resource uri</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/IncompatibleResourceTypeException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">IncompatibleResourceTypeException</a></code></dd>
+<dd><code>org.openrdf.rio.RDFParseException</code></dd>
+<dd><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></code></dd>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/InvalidModificationException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">InvalidModificationException</a></code></dd></dl>
+</li>
+</ul>
+<a name="updateResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream, java.lang.String, boolean)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>updateResource</h4>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> updateResource(org.openrdf.repository.RepositoryConnection connection,
+ org.openrdf.model.URI resource,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true"
title="class or interface in java.io">InputStream</a> stream,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> type,
+ boolean overwrite)
+ throws org.openrdf.repository.RepositoryException,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/IncompatibleResourceTypeException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">IncompatibleResourceTypeException</a>,
+ org.openrdf.rio.RDFParseException,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a>,
+ <a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/InvalidModificationException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">InvalidModificationException</a></pre>
+<div class="block"><strong>Description copied from interface: <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#updateResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream, java.lang.String,
boolean)">LdpService</a></code></strong></div>
+<div class="block">Update an existing resource</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html#updateResource(org.openrdf.repository.RepositoryConnection,
org.openrdf.model.URI, java.io.InputStream, java.lang.String,
boolean)">updateResource</a></code> in interface <code><a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>connection</code> -
repository connection</dd><dd><code>resource</code> - resource to
add</dd><dd><code>stream</code> - stream with the
data</dd><dd><code>type</code> - resource type</dd><dd><code>overwrite</code> -
overwrite current resource</dd>
+<dt><span class="strong">Returns:</span></dt><dd>updated resource uri</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/IncompatibleResourceTypeException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">IncompatibleResourceTypeException</a></code></dd>
+<dd><code>org.openrdf.rio.RDFParseException</code></dd>
+<dd><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true"
title="class or interface in java.io">IOException</a></code></dd>
+<dd><code><a
href="../../../../../../org/apache/marmotta/platform/ldp/exceptions/InvalidModificationException.html"
title="class in
org.apache.marmotta.platform.ldp.exceptions">InvalidModificationException</a></code></dd></dl>
+</li>
+</ul>
<a name="generateETag(org.openrdf.repository.RepositoryConnection,
java.lang.String)">
<!-- -->
</a>
Modified:
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/class-use/LdpBinaryStoreServiceImpl.html
==============================================================================
---
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/class-use/LdpBinaryStoreServiceImpl.html
(original)
+++
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/class-use/LdpBinaryStoreServiceImpl.html
Tue Dec 16 10:39:19 2014
@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Mon Dec 08 09:54:22 UTC 2014
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Tue Dec 16 10:37:53 UTC 2014
-->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class
org.apache.marmotta.platform.ldp.services.LdpBinaryStoreServiceImpl (Apache
Marmotta Site 3.2.1 API)</title>
-<meta name="date" content="2014-12-08">
+<title>Uses of Class
org.apache.marmotta.platform.ldp.services.LdpBinaryStoreServiceImpl (Apache
Marmotta Site 3.3.0 API)</title>
+<meta name="date" content="2014-12-16">
<link rel="stylesheet" type="text/css" href="../../../../../../../javadoc.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.marmotta.platform.ldp.services.LdpBinaryStoreServiceImpl (Apache
Marmotta Site 3.2.1 API)";
+ parent.document.title="Uses of Class
org.apache.marmotta.platform.ldp.services.LdpBinaryStoreServiceImpl (Apache
Marmotta Site 3.3.0 API)";
}
//-->
</script>
Modified:
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/class-use/LdpServiceImpl.html
==============================================================================
---
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/class-use/LdpServiceImpl.html
(original)
+++
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/class-use/LdpServiceImpl.html
Tue Dec 16 10:39:19 2014
@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Mon Dec 08 09:54:22 UTC 2014
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Tue Dec 16 10:37:53 UTC 2014
-->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.marmotta.platform.ldp.services.LdpServiceImpl
(Apache Marmotta Site 3.2.1 API)</title>
-<meta name="date" content="2014-12-08">
+<title>Uses of Class org.apache.marmotta.platform.ldp.services.LdpServiceImpl
(Apache Marmotta Site 3.3.0 API)</title>
+<meta name="date" content="2014-12-16">
<link rel="stylesheet" type="text/css" href="../../../../../../../javadoc.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class
org.apache.marmotta.platform.ldp.services.LdpServiceImpl (Apache Marmotta Site
3.2.1 API)";
+ parent.document.title="Uses of Class
org.apache.marmotta.platform.ldp.services.LdpServiceImpl (Apache Marmotta Site
3.3.0 API)";
}
//-->
</script>
Modified:
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-frame.html
==============================================================================
---
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-frame.html
(original)
+++
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-frame.html
Tue Dec 16 10:39:19 2014
@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Mon Dec 08 09:54:21 UTC 2014
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Tue Dec 16 10:37:52 UTC 2014
-->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.marmotta.platform.ldp.services (Apache Marmotta Site 3.2.1
API)</title>
-<meta name="date" content="2014-12-08">
+<title>org.apache.marmotta.platform.ldp.services (Apache Marmotta Site 3.3.0
API)</title>
+<meta name="date" content="2014-12-16">
<link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css"
title="Style">
</head>
<body>
Modified:
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-summary.html
==============================================================================
---
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-summary.html
(original)
+++
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-summary.html
Tue Dec 16 10:39:19 2014
@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Mon Dec 08 09:54:21 UTC 2014
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Tue Dec 16 10:37:52 UTC 2014
-->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.marmotta.platform.ldp.services (Apache Marmotta Site 3.2.1
API)</title>
-<meta name="date" content="2014-12-08">
+<title>org.apache.marmotta.platform.ldp.services (Apache Marmotta Site 3.3.0
API)</title>
+<meta name="date" content="2014-12-16">
<link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.marmotta.platform.ldp.services
(Apache Marmotta Site 3.2.1 API)";
+ parent.document.title="org.apache.marmotta.platform.ldp.services
(Apache Marmotta Site 3.3.0 API)";
}
//-->
</script>
Modified:
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-tree.html
==============================================================================
---
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-tree.html
(original)
+++
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-tree.html
Tue Dec 16 10:39:19 2014
@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Mon Dec 08 09:54:21 UTC 2014
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Tue Dec 16 10:37:52 UTC 2014
-->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.marmotta.platform.ldp.services Class Hierarchy (Apache
Marmotta Site 3.2.1 API)</title>
-<meta name="date" content="2014-12-08">
+<title>org.apache.marmotta.platform.ldp.services Class Hierarchy (Apache
Marmotta Site 3.3.0 API)</title>
+<meta name="date" content="2014-12-16">
<link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="org.apache.marmotta.platform.ldp.services Class
Hierarchy (Apache Marmotta Site 3.2.1 API)";
+ parent.document.title="org.apache.marmotta.platform.ldp.services Class
Hierarchy (Apache Marmotta Site 3.3.0 API)";
}
//-->
</script>
Modified:
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-use.html
==============================================================================
---
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-use.html
(original)
+++
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/services/package-use.html
Tue Dec 16 10:39:19 2014
@@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Mon Dec 08 09:54:22 UTC 2014
-->
+<!-- Generated by javadoc (version 1.7.0_51) on Tue Dec 16 10:37:53 UTC 2014
-->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.marmotta.platform.ldp.services (Apache
Marmotta Site 3.2.1 API)</title>
-<meta name="date" content="2014-12-08">
+<title>Uses of Package org.apache.marmotta.platform.ldp.services (Apache
Marmotta Site 3.3.0 API)</title>
+<meta name="date" content="2014-12-16">
<link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css"
title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package
org.apache.marmotta.platform.ldp.services (Apache Marmotta Site 3.2.1 API)";
+ parent.document.title="Uses of Package
org.apache.marmotta.platform.ldp.services (Apache Marmotta Site 3.3.0 API)";
}
//-->
</script>
Added:
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html
==============================================================================
---
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html
(added)
+++
websites/staging/marmotta/trunk/content/apidocs/org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html
Tue Dec 16 10:39:19 2014
@@ -0,0 +1,321 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_51) on Tue Dec 16 10:37:51 UTC 2014
-->
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>AbstractResourceUriGenerator (Apache Marmotta Site 3.3.0 API)</title>
+<meta name="date" content="2014-12-16">
+<link rel="stylesheet" type="text/css" href="../../../../../../javadoc.css"
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="AbstractResourceUriGenerator (Apache Marmotta
Site 3.3.0 API)";
+ }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!-- -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a
name="navbar_top_firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AbstractResourceUriGenerator.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a
href="../../../../../../org/apache/marmotta/platform/ldp/util/LdpUtils.html"
title="class in org.apache.marmotta.platform.ldp.util"><span
class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../index.html?org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html"
target="_top">Frames</a></li>
+<li><a href="AbstractResourceUriGenerator.html" target="_top">No
Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_top");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#field_summary">Field</a> | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li><a href="#field_detail">Field</a> | </li>
+<li><a href="#constructor_detail">Constr</a> | </li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!-- -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.marmotta.platform.ldp.util</div>
+<h2 title="Class AbstractResourceUriGenerator" class="title">Class
AbstractResourceUriGenerator</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.marmotta.platform.ldp.util.AbstractResourceUriGenerator</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a
href="../../../../../../org/apache/marmotta/platform/ldp/util/RandomUriGenerator.html"
title="class in org.apache.marmotta.platform.ldp.util">RandomUriGenerator</a>,
<a
href="../../../../../../org/apache/marmotta/platform/ldp/util/SlugUriGenerator.html"
title="class in org.apache.marmotta.platform.ldp.util">SlugUriGenerator</a>,
<a
href="../../../../../../org/apache/marmotta/platform/ldp/util/UuidUriGenerator.html"
title="class in
org.apache.marmotta.platform.ldp.util">UuidUriGenerator</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span
class="strong">AbstractResourceUriGenerator</span>
+extends <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></pre>
+<div class="block">Abstract baseclass to generate new URIs for a created
resource.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!-- -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected org.slf4j.Logger</code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html#log">log</a></strong></code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html#AbstractResourceUriGenerator(org.apache.marmotta.platform.ldp.api.LdpService,
java.lang.String,
org.openrdf.repository.RepositoryConnection)">AbstractResourceUriGenerator</a></strong>(<a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a> ldpService,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> container,
+
org.openrdf.repository.RepositoryConnection connection)</code> </td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!-- -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd"> </span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected abstract <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html#generateNextLocalName()">generateNextLocalName</a></strong>()</code> </td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a
href="../../../../../../org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html#generateResourceUri()">generateResourceUri</a></strong>()</code> </td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class java.lang.<a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"
title="class or interface in java.lang">Object</a></h3>
+<code><a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()"
title="class or interface in java.lang">clone</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
title="class or interface in java.lang">equals</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()"
title="class or interface in java.lang">finalize</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
title="class or interface in java.lang">getClass</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()"
title="class or interface in java.lang">hashCode</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
title="class or interface in java.lang">notify</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang
/Object.html?is-external=true#notifyAll()" title="class or interface in
java.lang">notifyAll</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()"
title="class or interface in java.lang">toString</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
title="class or interface in java.lang">wait</a>, <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,
int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!-- -->
+</a>
+<h3>Field Detail</h3>
+<a name="log">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>log</h4>
+<pre>protected final org.slf4j.Logger log</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a
name="AbstractResourceUriGenerator(org.apache.marmotta.platform.ldp.api.LdpService,
java.lang.String, org.openrdf.repository.RepositoryConnection)">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AbstractResourceUriGenerator</h4>
+<pre>protected AbstractResourceUriGenerator(<a
href="../../../../../../org/apache/marmotta/platform/ldp/api/LdpService.html"
title="interface in
org.apache.marmotta.platform.ldp.api">LdpService</a> ldpService,
+ <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> container,
+
org.openrdf.repository.RepositoryConnection connection)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="generateResourceUri()">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>generateResourceUri</h4>
+<pre>public <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in java.lang">String</a> generateResourceUri()
+ throws
org.openrdf.repository.RepositoryException</pre>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code>org.openrdf.repository.RepositoryException</code></dd></dl>
+</li>
+</ul>
+<a name="generateNextLocalName()">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>generateNextLocalName</h4>
+<pre>protected abstract <a
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true"
title="class or interface in
java.lang">String</a> generateNextLocalName()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!-- -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a
name="navbar_bottom_firstrow">
+<!-- -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/AbstractResourceUriGenerator.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev Class</li>
+<li><a
href="../../../../../../org/apache/marmotta/platform/ldp/util/LdpUtils.html"
title="class in org.apache.marmotta.platform.ldp.util"><span
class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a
href="../../../../../../index.html?org/apache/marmotta/platform/ldp/util/AbstractResourceUriGenerator.html"
target="_top">Frames</a></li>
+<li><a href="AbstractResourceUriGenerator.html" target="_top">No
Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+ allClassesLink = document.getElementById("allclasses_navbar_bottom");
+ if(window==top) {
+ allClassesLink.style.display = "block";
+ }
+ else {
+ allClassesLink.style.display = "none";
+ }
+ //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary: </li>
+<li>Nested | </li>
+<li><a href="#field_summary">Field</a> | </li>
+<li><a href="#constructor_summary">Constr</a> | </li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail: </li>
+<li><a href="#field_detail">Field</a> | </li>
+<li><a href="#constructor_detail">Constr</a> | </li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!-- -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright © 2012–2014 <a
href="http://www.apache.org">The Apache Software Foundation</a>. All rights
reserved.</small></p>
+</body>
+</html>