You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/07/28 07:31:33 UTC

[02/51] [partial] polygene-website git commit: publish java/develop/ as 3.1.0 development version

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/RdfIndexingService.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/RdfIndexingService.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/RdfIndexingService.html
new file mode 100644
index 0000000..94ca933
--- /dev/null
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/RdfIndexingService.html
@@ -0,0 +1,255 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="fr">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>RdfIndexingService (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="RdfIndexingService (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../org/apache/polygene/index/rdf/UnsupportedLanguageException.html" title="class in org.apache.polygene.index.rdf"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/polygene/index/rdf/RdfIndexingService.html" target="_top">Frames</a></li>
+<li><a href="RdfIndexingService.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li>Method</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.polygene.index.rdf</div>
+<h2 title="Interface RdfIndexingService" class="title">Interface RdfIndexingService</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../../org/apache/polygene/spi/query/EntityFinder.html" title="interface in org.apache.polygene.spi.query">EntityFinder</a>, <a href="../../../../../org/apache/polygene/spi/query/IndexExporter.html" title="interface in org.apache.polygene.spi.query">IndexExporter</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.html" title="interface in org.apache.polygene.index.rdf.indexing">RdfIndexerService</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexExporter.html" title="interface in org.apache.polygene.index.rdf.indexing">RdfIndexExporter</a>, <a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryParserFactory.html" title="interface in org.apache.polygene.index.rdf.query">RdfQueryParserFactory</a>, <a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryService.html" title="interface in org.apache.polygene.index.rdf.query">RdfQueryService</a>, <a href="../../../../../org/apache/po
 lygene/spi/entitystore/StateChangeListener.html" title="interface in org.apache.polygene.spi.entitystore">StateChangeListener</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">RdfIndexingService</span>
+extends <a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryService.html" title="interface in org.apache.polygene.index.rdf.query">RdfQueryService</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.html" title="interface in org.apache.polygene.index.rdf.indexing">RdfIndexerService</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexExporter.html" title="interface in org.apache.polygene.index.rdf.indexing">RdfIndexExporter</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.polygene.index.rdf.query.RdfQueryService">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.polygene.index.rdf.query.<a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryService.html" title="interface in org.apache.polygene.index.rdf.query">RdfQueryService</a></h3>
+<code><a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryService.RdfEntityFinderMixin.html" title="class in org.apache.polygene.index.rdf.query">RdfQueryService.RdfEntityFinderMixin</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.polygene.index.rdf.query.RdfQueryParserFactory">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.polygene.index.rdf.query.<a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryParserFactory.html" title="interface in org.apache.polygene.index.rdf.query">RdfQueryParserFactory</a></h3>
+<code><a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryParserFactory.RdfQueryParserFactoryMixin.html" title="class in org.apache.polygene.index.rdf.query">RdfQueryParserFactory.RdfQueryParserFactoryMixin</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.polygene.index.rdf.indexing.RdfIndexerService">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.polygene.index.rdf.indexing.<a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.html" title="interface in org.apache.polygene.index.rdf.indexing">RdfIndexerService</a></h3>
+<code><a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexerService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.RdfEntityIndexerMixin.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexerService.RdfEntityIndexerMixin</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.polygene.index.rdf.indexing.RdfIndexExporter">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;org.apache.polygene.index.rdf.indexing.<a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexExporter.html" title="interface in org.apache.polygene.index.rdf.indexing">RdfIndexExporter</a></h3>
+<code><a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexExporter.RdfExporterMixin.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexExporter.RdfExporterMixin</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.spi.query.EntityFinder">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.polygene.spi.query.<a href="../../../../../org/apache/polygene/spi/query/EntityFinder.html" title="interface in org.apache.polygene.spi.query">EntityFinder</a></h3>
+<code><a href="../../../../../org/apache/polygene/spi/query/EntityFinder.html#countEntities-java.lang.Class-java.util.function.Predicate-java.util.Map-">countEntities</a>, <a href="../../../../../org/apache/polygene/spi/query/EntityFinder.html#findEntities-java.lang.Class-java.util.function.Predicate-java.util.List-java.lang.Integer-java.lang.Integer-java.util.Map-">findEntities</a>, <a href="../../../../../org/apache/polygene/spi/query/EntityFinder.html#findEntity-java.lang.Class-java.util.function.Predicate-java.util.Map-">findEntity</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.index.rdf.query.RdfQueryParserFactory">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.polygene.index.rdf.query.<a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryParserFactory.html" title="interface in org.apache.polygene.index.rdf.query">RdfQueryParserFactory</a></h3>
+<code><a href="../../../../../org/apache/polygene/index/rdf/query/RdfQueryParserFactory.html#newQueryParser-org.openrdf.query.QueryLanguage-">newQueryParser</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.index.rdf.indexing.RdfIndexerService">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.polygene.index.rdf.indexing.<a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.html" title="interface in org.apache.polygene.index.rdf.indexing">RdfIndexerService</a></h3>
+<code><a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.html#dataDir--">dataDir</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.html#initialize--">initialize</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.spi.entitystore.StateChangeListener">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.polygene.spi.entitystore.<a href="../../../../../org/apache/polygene/spi/entitystore/StateChangeListener.html" title="interface in org.apache.polygene.spi.entitystore">StateChangeListener</a></h3>
+<code><a href="../../../../../org/apache/polygene/spi/entitystore/StateChangeListener.html#notifyChanges-java.lang.Iterable-">notifyChanges</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.spi.query.IndexExporter">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.polygene.spi.query.<a href="../../../../../org/apache/polygene/spi/query/IndexExporter.html" title="interface in org.apache.polygene.spi.query">IndexExporter</a></h3>
+<code><a href="../../../../../org/apache/polygene/spi/query/IndexExporter.html#exportFormalToWriter-java.io.PrintWriter-">exportFormalToWriter</a>, <a href="../../../../../org/apache/polygene/spi/query/IndexExporter.html#exportReadableToStream-java.io.PrintStream-">exportReadableToStream</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev&nbsp;Class</li>
+<li><a href="../../../../../org/apache/polygene/index/rdf/UnsupportedLanguageException.html" title="class in org.apache.polygene.index.rdf"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/polygene/index/rdf/RdfIndexingService.html" target="_top">Frames</a></li>
+<li><a href="RdfIndexingService.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/UnsupportedLanguageException.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/UnsupportedLanguageException.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/UnsupportedLanguageException.html
index 6a535b4..05fb6d8 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/UnsupportedLanguageException.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/UnsupportedLanguageException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UnsupportedLanguageException (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>UnsupportedLanguageException (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="UnsupportedLanguageException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="UnsupportedLanguageException (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/polygene/index/rdf/RdfIndexingEngineService.html" title="interface in org.apache.polygene.index.rdf"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/polygene/index/rdf/RdfIndexingService.html" title="interface in org.apache.polygene.index.rdf"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">
@@ -108,6 +108,9 @@ var activeTableTab = "activeTableTab";
 <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">java.lang.RuntimeException</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../org/apache/polygene/api/indexing/IndexingException.html" title="class in org.apache.polygene.api.indexing">org.apache.polygene.api.indexing.IndexingException</a></li>
+<li>
+<ul class="inheritance">
 <li>org.apache.polygene.index.rdf.UnsupportedLanguageException</li>
 </ul>
 </li>
@@ -118,6 +121,8 @@ var activeTableTab = "activeTableTab";
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -128,7 +133,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">UnsupportedLanguageException</span>
-extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a></pre>
+extends <a href="../../../../../org/apache/polygene/api/indexing/IndexingException.html" title="class in org.apache.polygene.api.indexing">IndexingException</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../../serialized-form.html#org.apache.polygene.index.rdf.UnsupportedLanguageException">Serialized Form</a></dd>
@@ -254,7 +259,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeExcep
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/polygene/index/rdf/RdfIndexingEngineService.html" title="interface in org.apache.polygene.index.rdf"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/polygene/index/rdf/RdfIndexingService.html" title="interface in org.apache.polygene.index.rdf"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li>Next&nbsp;Class</li>
 </ul>
 <ul class="navList">

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/AbstractRdfIndexingAssembler.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/AbstractRdfIndexingAssembler.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/AbstractRdfIndexingAssembler.html
index 97c101c..f339623 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/AbstractRdfIndexingAssembler.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/AbstractRdfIndexingAssembler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractRdfIndexingAssembler (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>AbstractRdfIndexingAssembler (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractRdfIndexingAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="AbstractRdfIndexingAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -93,6 +93,9 @@
 <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.AssembleChecker</a></li>
+<li>
+<ul class="inheritance">
 <li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.VisibilityIdentityConfig</a>&lt;AssemblerType&gt;</li>
 <li>
 <ul class="inheritance">
@@ -102,6 +105,8 @@
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -154,11 +159,18 @@ extends <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.Visi
 <code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configModule--">configModule</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configVisibility--">configVisibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasConfig--">hasConfig</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasIdentity--">hasIdentity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identifiedBy-java.lang.String-">identifiedBy</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identity--">identity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#visibility--">visibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemb
 lers.VisibilityIdentityConfig.html#visibleIn-org.apache.polygene.api.common.Visibility-">visibleIn</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#withConfig-org.apache.polygene.bootstrap.ModuleAssembly-org.apache.polygene.api.common.Visibility-">withConfig</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.bootstrap.Assemblers.AssembleChecker">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">Assemblers.AssembleChecker</a></h3>
+<code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#finalize--">finalize</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/la
 ng/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.bootstrap.Assembler">

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfIndexingAssembler.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfIndexingAssembler.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfIndexingAssembler.html
index 47b6b18..38081ac 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfIndexingAssembler.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfIndexingAssembler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RdfIndexingAssembler (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>RdfIndexingAssembler (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RdfIndexingAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="RdfIndexingAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -93,6 +93,9 @@
 <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.AssembleChecker</a></li>
+<li>
+<ul class="inheritance">
 <li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.VisibilityIdentityConfig</a>&lt;AssemblerType&gt;</li>
 <li>
 <ul class="inheritance">
@@ -112,6 +115,8 @@
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -169,11 +174,18 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/RdfNat
 <code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configModule--">configModule</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configVisibility--">configVisibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasConfig--">hasConfig</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasIdentity--">hasIdentity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identifiedBy-java.lang.String-">identifiedBy</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identity--">identity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#visibility--">visibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemb
 lers.VisibilityIdentityConfig.html#visibleIn-org.apache.polygene.api.common.Visibility-">visibleIn</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#withConfig-org.apache.polygene.bootstrap.ModuleAssembly-org.apache.polygene.api.common.Visibility-">withConfig</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.bootstrap.Assemblers.AssembleChecker">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">Assemblers.AssembleChecker</a></h3>
+<code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#finalize--">finalize</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/la
 ng/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfMemoryStoreAssembler.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfMemoryStoreAssembler.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfMemoryStoreAssembler.html
index bee7ea7..1dc3d2e 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfMemoryStoreAssembler.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfMemoryStoreAssembler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RdfMemoryStoreAssembler (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>RdfMemoryStoreAssembler (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RdfMemoryStoreAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="RdfMemoryStoreAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -99,6 +99,9 @@ var activeTableTab = "activeTableTab";
 <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.AssembleChecker</a></li>
+<li>
+<ul class="inheritance">
 <li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.VisibilityIdentityConfig</a>&lt;AssemblerType&gt;</li>
 <li>
 <ul class="inheritance">
@@ -113,6 +116,8 @@ var activeTableTab = "activeTableTab";
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -179,11 +184,18 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
 <code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configModule--">configModule</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configVisibility--">configVisibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasConfig--">hasConfig</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasIdentity--">hasIdentity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identifiedBy-java.lang.String-">identifiedBy</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identity--">identity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#visibility--">visibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemb
 lers.VisibilityIdentityConfig.html#visibleIn-org.apache.polygene.api.common.Visibility-">visibleIn</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#withConfig-org.apache.polygene.bootstrap.ModuleAssembly-org.apache.polygene.api.common.Visibility-">withConfig</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.bootstrap.Assemblers.AssembleChecker">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">Assemblers.AssembleChecker</a></h3>
+<code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#finalize--">finalize</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/la
 ng/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -232,8 +244,7 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
 <ul class="blockListLast">
 <li class="blockList">
 <h4>assemble</h4>
-<pre>public&nbsp;void&nbsp;assemble(<a href="../../../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a>&nbsp;module)
-              throws <a href="../../../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">AssemblyException</a></pre>
+<pre>public&nbsp;void&nbsp;assemble(<a href="../../../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a>&nbsp;module)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">Assembler</a></code></span></div>
 <div class="block">Assemblers receive a callback to the ModuleAssembly
  they are supposed to configure. They can use this
@@ -248,10 +259,12 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
  more Modules.
  </p></div>
 <dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html" title="interface in org.apache.polygene.bootstrap">Assembler</a></code></dd>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">Assemblers.AssembleChecker</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>module</code> - the Module to assemble</dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">AssemblyException</a></code> - thrown if the assembler tries to do something illegal</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfNativeSesameStoreAssembler.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfNativeSesameStoreAssembler.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfNativeSesameStoreAssembler.html
index de83fa0..d42240c 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfNativeSesameStoreAssembler.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfNativeSesameStoreAssembler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RdfNativeSesameStoreAssembler (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>RdfNativeSesameStoreAssembler (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RdfNativeSesameStoreAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="RdfNativeSesameStoreAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -99,6 +99,9 @@ var activeTableTab = "activeTableTab";
 <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.AssembleChecker</a></li>
+<li>
+<ul class="inheritance">
 <li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.VisibilityIdentityConfig</a>&lt;AssemblerType&gt;</li>
 <li>
 <ul class="inheritance">
@@ -113,6 +116,8 @@ var activeTableTab = "activeTableTab";
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -183,11 +188,18 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
 <code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configModule--">configModule</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configVisibility--">configVisibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasConfig--">hasConfig</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasIdentity--">hasIdentity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identifiedBy-java.lang.String-">identifiedBy</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identity--">identity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#visibility--">visibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemb
 lers.VisibilityIdentityConfig.html#visibleIn-org.apache.polygene.api.common.Visibility-">visibleIn</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#withConfig-org.apache.polygene.bootstrap.ModuleAssembly-org.apache.polygene.api.common.Visibility-">withConfig</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.bootstrap.Assemblers.AssembleChecker">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">Assemblers.AssembleChecker</a></h3>
+<code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#finalize--">finalize</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/la
 ng/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -236,8 +248,7 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
 <ul class="blockListLast">
 <li class="blockList">
 <h4>assemble</h4>
-<pre>public&nbsp;void&nbsp;assemble(<a href="../../../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a>&nbsp;module)
-              throws <a href="../../../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">AssemblyException</a></pre>
+<pre>public&nbsp;void&nbsp;assemble(<a href="../../../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a>&nbsp;module)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">Assembler</a></code></span></div>
 <div class="block">Assemblers receive a callback to the ModuleAssembly
  they are supposed to configure. They can use this
@@ -252,10 +263,12 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
  more Modules.
  </p></div>
 <dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html" title="interface in org.apache.polygene.bootstrap">Assembler</a></code></dd>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">Assemblers.AssembleChecker</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>module</code> - the Module to assemble</dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">AssemblyException</a></code> - thrown if the assembler tries to do something illegal</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfRdbmsSesameStoreAssembler.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfRdbmsSesameStoreAssembler.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfRdbmsSesameStoreAssembler.html
index 1631b0f..5edb15f 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfRdbmsSesameStoreAssembler.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/RdfRdbmsSesameStoreAssembler.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RdfRdbmsSesameStoreAssembler (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>RdfRdbmsSesameStoreAssembler (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RdfRdbmsSesameStoreAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="RdfRdbmsSesameStoreAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -99,6 +99,9 @@ var activeTableTab = "activeTableTab";
 <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.AssembleChecker</a></li>
+<li>
+<ul class="inheritance">
 <li><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.Assemblers.VisibilityIdentityConfig</a>&lt;AssemblerType&gt;</li>
 <li>
 <ul class="inheritance">
@@ -113,6 +116,8 @@ var activeTableTab = "activeTableTab";
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
@@ -179,11 +184,18 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
 <code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configModule--">configModule</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#configVisibility--">configVisibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasConfig--">hasConfig</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#hasIdentity--">hasIdentity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identifiedBy-java.lang.String-">identifiedBy</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#identity--">identity</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#visibility--">visibility</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemb
 lers.VisibilityIdentityConfig.html#visibleIn-org.apache.polygene.api.common.Visibility-">visibleIn</a>, <a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html#withConfig-org.apache.polygene.bootstrap.ModuleAssembly-org.apache.polygene.api.common.Visibility-">withConfig</a></code></li>
 </ul>
 <ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.bootstrap.Assemblers.AssembleChecker">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">Assemblers.AssembleChecker</a></h3>
+<code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#finalize--">finalize</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/la
 ng/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -232,8 +244,7 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
 <ul class="blockListLast">
 <li class="blockList">
 <h4>assemble</h4>
-<pre>public&nbsp;void&nbsp;assemble(<a href="../../../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a>&nbsp;module)
-              throws <a href="../../../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">AssemblyException</a></pre>
+<pre>public&nbsp;void&nbsp;assemble(<a href="../../../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a>&nbsp;module)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">Assembler</a></code></span></div>
 <div class="block">Assemblers receive a callback to the ModuleAssembly
  they are supposed to configure. They can use this
@@ -248,10 +259,12 @@ extends <a href="../../../../../../org/apache/polygene/index/rdf/assembly/Abstra
  more Modules.
  </p></div>
 <dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html" title="interface in org.apache.polygene.bootstrap">Assembler</a></code></dd>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap">Assemblers.AssembleChecker</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>module</code> - the Module to assemble</dd>
-<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="../../../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">AssemblyException</a></code> - thrown if the assembler tries to do something illegal</dd>
 </dl>
 </li>
 </ul>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-frame.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-frame.html
index 45a6038..83b70c9 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-frame.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.polygene.index.rdf.assembly (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>org.apache.polygene.index.rdf.assembly (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-summary.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-summary.html
index d3021c2..5041df9 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-summary.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.polygene.index.rdf.assembly (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>org.apache.polygene.index.rdf.assembly (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.polygene.index.rdf.assembly (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.polygene.index.rdf.assembly (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-tree.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-tree.html
index 1ec59d8..8d56178 100644
--- a/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-tree.html
+++ b/content/java/develop/javadocs/org/apache/polygene/index/rdf/assembly/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.polygene.index.rdf.assembly Class Hierarchy (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>org.apache.polygene.index.rdf.assembly Class Hierarchy (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.polygene.index.rdf.assembly Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.polygene.index.rdf.assembly Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -80,6 +80,8 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
 <ul>
+<li type="circle">org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.AssembleChecker.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Assemblers.AssembleChecker</span></a> (implements org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assembler.html" title="interface in org.apache.polygene.bootstrap">Assembler</a>)
+<ul>
 <li type="circle">org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.VisibilityIdentityConfig.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Assemblers.VisibilityIdentityConfig</span></a>&lt;AssemblerType&gt; (implements org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.Configurable.html" title="interface in org.apache.polygene.bootstrap">Assemblers.Configurable</a>&lt;AssemblerType&gt;, org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.Identifiable.html" title="interface in org.apache.polygene.bootstrap">Assemblers.Identifiable</a>&lt;AssemblerType&gt;, org.apache.polygene.bootstrap.<a href="../../../../../../org/apache/polygene/bootstrap/Assemblers.Visible.html" title="interface in org.apache.polygene.bootstrap">Assemblers.Visible</a>&lt;AssemblerType&gt;)
 <ul>
 <li type="circle">org.apache.polygene.index.rdf.assembly.<a href="../../../../../../org/apache/polygene/index/rdf/assembly/AbstractRdfIndexingAssembler.html" title="class in org.apache.polygene.index.rdf.assembly"><span class="typeNameLink">AbstractRdfIndexingAssembler</span></a>&lt;AssemblerType&gt;
@@ -98,6 +100,8 @@
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar.bottom">