http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyReportException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyReportException.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyReportException.html new file mode 100644 index 0000000..c0efb08 --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyReportException.html @@ -0,0 +1,322 @@ +<!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>AssemblyReportException (Apache Polygene⢠(Java Edition) SDK 3.0.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="AssemblyReportException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="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><a href="../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/polygene/bootstrap/AssemblySpecifications.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/polygene/bootstrap/AssemblyReportException.html" target="_top">Frames</a></li> +<li><a href="AssemblyReportException.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>Field | </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>Field | </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.polygene.bootstrap</div> +<h2 title="Class AssemblyReportException" class="title">Class AssemblyReportException</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li> +<li> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li> +<li> +<ul class="inheritance"> +<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/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">org.apache.polygene.bootstrap.AssemblyException</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.polygene.bootstrap.AssemblyReportException</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">AssemblyReportException</span> +extends <a href="../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">AssemblyException</a></pre> +<div class="block">Thrown when one or more assembly problems has occurred.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../serialized-form.html#org.apache.polygene.bootstrap.AssemblyReportException">Serialized Form</a></dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/AssemblyReportException.html#AssemblyReportException-java.util.List-">AssemblyReportException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>> problems)</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/AssemblyReportException.html#attacheModelReport-java.lang.String-">attacheModelReport</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> modelReport)</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/AssemblyReportException.html#getMessage--">getMessage</a></span>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or interface in java.lang">getStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a>, <a href="http://docs.or acle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</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 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#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="AssemblyReportException-java.util.List-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>AssemblyReportException</h4> +<pre>public AssemblyReportException(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>> problems)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getMessage--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMessage</h4> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getMessage()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code></dd> +</dl> +</li> +</ul> +<a name="attacheModelReport-java.lang.String-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>attacheModelReport</h4> +<pre>public void attacheModelReport(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> modelReport)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="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><a href="../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/polygene/bootstrap/AssemblySpecifications.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/polygene/bootstrap/AssemblyReportException.html" target="_top">Frames</a></li> +<li><a href="AssemblyReportException.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>Field | </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>Field | </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 ======= --> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblySpecifications.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblySpecifications.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblySpecifications.html index 08ae500..2e1f416 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblySpecifications.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblySpecifications.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssemblySpecifications (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssemblySpecifications (Apache Polygene⢠(Java Edition) SDK 3.0.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="AssemblySpecifications (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssemblySpecifications (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/polygene/bootstrap/AssemblyReportException.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/polygene/bootstrap/AssemblyVisitor.html" title="interface in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -225,7 +225,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/polygene/bootstrap/AssemblyReportException.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/polygene/bootstrap/AssemblyVisitor.html" title="interface in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitor.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitor.html index b395343..78f7386 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitor.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssemblyVisitor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssemblyVisitor (Apache Polygene⢠(Java Edition) SDK 3.0.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="AssemblyVisitor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssemblyVisitor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitorAdapter.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitorAdapter.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitorAdapter.html index 2b3a770..4e0356d 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitorAdapter.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssemblyVisitorAdapter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssemblyVisitorAdapter (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssemblyVisitorAdapter (Apache Polygene⢠(Java Edition) SDK 3.0.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="AssemblyVisitorAdapter (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssemblyVisitorAdapter (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssociationDeclarations.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssociationDeclarations.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssociationDeclarations.html index 030c058..6bba851 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssociationDeclarations.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/AssociationDeclarations.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>AssociationDeclarations (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>AssociationDeclarations (Apache Polygene⢠(Java Edition) SDK 3.0.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="AssociationDeclarations (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="AssociationDeclarations (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/BindingException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/BindingException.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/BindingException.html index 3bc3806..ee4fef2 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/BindingException.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/BindingException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BindingException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>BindingException (Apache Polygene⢠(Java Edition) SDK 3.0.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="BindingException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="BindingException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/BootstrapException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/BootstrapException.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/BootstrapException.html index fd955ef..57c8731 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/BootstrapException.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/BootstrapException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BootstrapException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>BootstrapException (Apache Polygene⢠(Java Edition) SDK 3.0.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="BootstrapException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="BootstrapException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ClassScanner.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ClassScanner.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ClassScanner.html index c0a77aa..2feb71c 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ClassScanner.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ClassScanner.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ClassScanner (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ClassScanner (Apache Polygene⢠(Java Edition) SDK 3.0.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="ClassScanner (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ClassScanner (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/polygene/bootstrap/BootstrapException.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../org/apache/polygene/bootstrap/ConfigurationAssembly.html" title="interface in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/polygene/bootstrap/ConfigurationDeclaration.html" title="interface in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/polygene/bootstrap/ClassScanner.html" target="_top">Frames</a></li> @@ -264,7 +264,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html? <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/polygene/bootstrap/BootstrapException.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../org/apache/polygene/bootstrap/ConfigurationAssembly.html" title="interface in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../org/apache/polygene/bootstrap/ConfigurationDeclaration.html" title="interface in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/polygene/bootstrap/ClassScanner.html" target="_top">Frames</a></li> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ConfigurationDeclaration.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ConfigurationDeclaration.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ConfigurationDeclaration.html index b528eaa..bd7b60f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ConfigurationDeclaration.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ConfigurationDeclaration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ConfigurationDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ConfigurationDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0.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="ConfigurationDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ConfigurationDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/polygene/bootstrap/ConfigurationAssembly.html" title="interface in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/polygene/bootstrap/ClassScanner.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/polygene/bootstrap/Energy4Java.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -302,7 +302,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../org/apache/polygene/bootstrap/ConfigurationAssembly.html" title="interface in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/polygene/bootstrap/ClassScanner.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../org/apache/polygene/bootstrap/Energy4Java.html" title="class in org.apache.polygene.bootstrap"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/Energy4Java.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/Energy4Java.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/Energy4Java.html index 2439b5a..e0112a5 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/Energy4Java.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/Energy4Java.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Energy4Java (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Energy4Java (Apache Polygene⢠(Java Edition) SDK 3.0.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="Energy4Java (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Energy4Java (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityAssembly.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityAssembly.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityAssembly.html index e45cd21..796ca24 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityAssembly.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityAssembly.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>EntityAssembly (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>EntityAssembly (Apache Polygene⢠(Java Edition) SDK 3.0.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="EntityAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="EntityAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityDeclaration.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityDeclaration.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityDeclaration.html index baecc2f..ac34002 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityDeclaration.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/EntityDeclaration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>EntityDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>EntityDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0.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="EntityDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="EntityDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceAssembly.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceAssembly.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceAssembly.html index f27296b..a15970b 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceAssembly.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceAssembly.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ImportedServiceAssembly (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ImportedServiceAssembly (Apache Polygene⢠(Java Edition) SDK 3.0.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="ImportedServiceAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ImportedServiceAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceDeclaration.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceDeclaration.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceDeclaration.html index 9044cad..0d4d5d9 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceDeclaration.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ImportedServiceDeclaration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ImportedServiceDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ImportedServiceDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0.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="ImportedServiceDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ImportedServiceDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/InjectionException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/InjectionException.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/InjectionException.html index 0dcbd83..7ecb8d6 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/InjectionException.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/InjectionException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InjectionException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>InjectionException (Apache Polygene⢠(Java Edition) SDK 3.0.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="InjectionException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="InjectionException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/InvalidInjectionException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/InvalidInjectionException.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/InvalidInjectionException.html index f1b15e5..a6b1ce8 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/InvalidInjectionException.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/InvalidInjectionException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InvalidInjectionException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>InvalidInjectionException (Apache Polygene⢠(Java Edition) SDK 3.0.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="InvalidInjectionException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="InvalidInjectionException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerAssembly.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerAssembly.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerAssembly.html index 0dc3787..073a55d 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerAssembly.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerAssembly.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>LayerAssembly (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>LayerAssembly (Apache Polygene⢠(Java Edition) SDK 3.0.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="LayerAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="LayerAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerName.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerName.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerName.html index 1e91659..1767511 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerName.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/LayerName.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>LayerName (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>LayerName (Apache Polygene⢠(Java Edition) SDK 3.0.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="LayerName (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="LayerName (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ManyAssociationDeclarations.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ManyAssociationDeclarations.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ManyAssociationDeclarations.html index a286d9d..e052da3 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ManyAssociationDeclarations.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ManyAssociationDeclarations.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ManyAssociationDeclarations (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ManyAssociationDeclarations (Apache Polygene⢠(Java Edition) SDK 3.0.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="ManyAssociationDeclarations (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ManyAssociationDeclarations (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/MetaInfoDeclaration.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/MetaInfoDeclaration.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/MetaInfoDeclaration.html index be0f62f..fd1bede 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/MetaInfoDeclaration.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/MetaInfoDeclaration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MetaInfoDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>MetaInfoDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0.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="MetaInfoDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="MetaInfoDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/MixinDeclaration.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/MixinDeclaration.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/MixinDeclaration.html index 3677b79..8ca0051 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/MixinDeclaration.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/MixinDeclaration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MixinDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>MixinDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0.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="MixinDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="MixinDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleAssembly.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleAssembly.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleAssembly.html index fba8e43..2aa77b3 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleAssembly.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleAssembly.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ModuleAssembly (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ModuleAssembly (Apache Polygene⢠(Java Edition) SDK 3.0.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="ModuleAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ModuleAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -139,8 +139,8 @@ var activeTableTab = "activeTableTab"; <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/polygene/bootstrap/ConfigurationDeclaration.html" title="interface in org.apache.polygene.bootstrap">ConfigurationDeclaration</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/ModuleAssembly.html#configurations-java.util.function.Predicate-">configurations</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a><<a href="../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type">HasTypes</a>> specification)</code> -<div class="block">Given a Specification for ConfigurationAssembly's, returns a ConfigurationDeclaration that can - be used to work with all of the assemblies matched by the specification.</div> +<div class="block">Given a Specification for Configuration, returns a ConfigurationDeclaration that can be used to work with all + of the assemblies matched by the specification.</div> </td> </tr> <tr id="i3" class="rowColor"> @@ -494,8 +494,8 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <h4>configurations</h4> <pre><a href="../../../../org/apache/polygene/bootstrap/ConfigurationDeclaration.html" title="interface in org.apache.polygene.bootstrap">ConfigurationDeclaration</a> configurations(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a><<a href="../../../../org/apache/polygene/api/type/HasTypes.html" title="interface in org.apache.polygene.api.type">HasTypes</a>> specification)</pre> -<div class="block">Given a Specification for ConfigurationAssembly's, returns a ConfigurationDeclaration that can - be used to work with all of the assemblies matched by the specification.</div> +<div class="block">Given a Specification for Configuration, returns a ConfigurationDeclaration that can be used to work with all + of the assemblies matched by the specification.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>specification</code> - The Specification that specifies the ConfigurationComposite types of interest.</dd> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleName.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleName.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleName.html index e7d6a43..f69c183 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleName.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ModuleName.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ModuleName (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ModuleName (Apache Polygene⢠(Java Edition) SDK 3.0.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="ModuleName (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ModuleName (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/NamedAssociationDeclarations.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/NamedAssociationDeclarations.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/NamedAssociationDeclarations.html index d18360d..e8a9297 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/NamedAssociationDeclarations.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/NamedAssociationDeclarations.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NamedAssociationDeclarations (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>NamedAssociationDeclarations (Apache Polygene⢠(Java Edition) SDK 3.0.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="NamedAssociationDeclarations (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="NamedAssociationDeclarations (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectAssembly.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectAssembly.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectAssembly.html index f06eb91..d003d2c 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectAssembly.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectAssembly.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ObjectAssembly (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ObjectAssembly (Apache Polygene⢠(Java Edition) SDK 3.0.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="ObjectAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ObjectAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectDeclaration.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectDeclaration.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectDeclaration.html index 6a1fdb2..fc7e0fb 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectDeclaration.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ObjectDeclaration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ObjectDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ObjectDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0.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="ObjectDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ObjectDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/PolygeneRuntime.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/PolygeneRuntime.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/PolygeneRuntime.html index b85505c..1db1993 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/PolygeneRuntime.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/PolygeneRuntime.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PolygeneRuntime (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>PolygeneRuntime (Apache Polygene⢠(Java Edition) SDK 3.0.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="PolygeneRuntime (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="PolygeneRuntime (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.StandaloneApplicationRuntimeFactory.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.StandaloneApplicationRuntimeFactory.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.StandaloneApplicationRuntimeFactory.html index 425fea8..83a30ba 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.StandaloneApplicationRuntimeFactory.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.StandaloneApplicationRuntimeFactory.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RuntimeFactory.StandaloneApplicationRuntimeFactory (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>RuntimeFactory.StandaloneApplicationRuntimeFactory (Apache Polygene⢠(Java Edition) SDK 3.0.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="RuntimeFactory.StandaloneApplicationRuntimeFactory (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="RuntimeFactory.StandaloneApplicationRuntimeFactory (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.html index 58fc6ec..2c7ca1f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/RuntimeFactory.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>RuntimeFactory (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>RuntimeFactory (Apache Polygene⢠(Java Edition) SDK 3.0.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="RuntimeFactory (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="RuntimeFactory (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceAssembly.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceAssembly.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceAssembly.html index ae78946..439c719 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceAssembly.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceAssembly.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ServiceAssembly (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ServiceAssembly (Apache Polygene⢠(Java Edition) SDK 3.0.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="ServiceAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ServiceAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceDeclaration.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceDeclaration.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceDeclaration.html index fcff069..9162ff9 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceDeclaration.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/ServiceDeclaration.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ServiceDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ServiceDeclaration (Apache Polygene⢠(Java Edition) SDK 3.0.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="ServiceDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ServiceDeclaration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/SingletonAssembler.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/SingletonAssembler.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/SingletonAssembler.html index 79c4045..3ab3a45 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/SingletonAssembler.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/SingletonAssembler.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>SingletonAssembler (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>SingletonAssembler (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,13 +12,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SingletonAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="SingletonAssembler (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab"; </dl> <hr> <br> -<pre>public abstract class <span class="typeNameLabel">SingletonAssembler</span> +<pre>public class <span class="typeNameLabel">SingletonAssembler</span> extends <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> implements <a href="../../../../org/apache/polygene/bootstrap/Assembler.html" title="interface in org.apache.polygene.bootstrap">Assembler</a></pre> <div class="block">Base class for Assembler that creates an Application @@ -143,6 +143,11 @@ implements <a href="../../../../org/apache/polygene/bootstrap/Assembler.html" ti <div class="block">Creates a Polygene Runtime instance containing one Layer with one Module.</div> </td> </tr> +<tr class="rowColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#SingletonAssembler-java.util.function.Consumer-">SingletonAssembler</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><<a href="../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a>> assemble)</code> +<div class="block">Creates a Polygene Runtime instance containing one Layer with one Module.</div> +</td> +</tr> </table> </li> </ul> @@ -163,34 +168,49 @@ implements <a href="../../../../org/apache/polygene/bootstrap/Assembler.html" ti <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#application--">application</a></span>()</code> </td> </tr> <tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a></span>(<a href="../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a> module)</code> +<div class="block">Assemblers receive a callback to the ModuleAssembly + they are supposed to configure.</div> +</td> +</tr> +<tr id="i2" class="altColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#beforeActivation-org.apache.polygene.api.structure.Application-">beforeActivation</a></span>(<a href="../../../../org/apache/polygene/api/structure/Application.html" title="interface in org.apache.polygene.api.structure">Application</a> application)</code> </td> </tr> -<tr id="i2" class="altColor"> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#layerName--">layerName</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/structure/Module.html" title="interface in org.apache.polygene.api.structure">Module</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#module--">module</a></span>()</code> </td> </tr> -<tr id="i3" class="rowColor"> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#moduleName--">moduleName</a></span>()</code> </td> +</tr> +<tr id="i6" class="altColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/polygene/api/object/ObjectFactory.html" title="interface in org.apache.polygene.api.object">ObjectFactory</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#objectFactory--">objectFactory</a></span>()</code> </td> </tr> -<tr id="i4" class="altColor"> +<tr id="i7" class="rowColor"> <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/PolygeneAPI.html" title="interface in org.apache.polygene.api">PolygeneAPI</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#runtime--">runtime</a></span>()</code> </td> </tr> -<tr id="i5" class="rowColor"> +<tr id="i8" class="altColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/polygene/api/service/ServiceFinder.html" title="interface in org.apache.polygene.api.service">ServiceFinder</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#serviceFinder--">serviceFinder</a></span>()</code> </td> </tr> -<tr id="i6" class="altColor"> +<tr id="i9" class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/polygene/api/composite/TransientBuilderFactory.html" title="interface in org.apache.polygene.api.composite">TransientBuilderFactory</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#transientBuilderFactory--">transientBuilderFactory</a></span>()</code> </td> </tr> -<tr id="i7" class="rowColor"> +<tr id="i10" class="altColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/polygene/api/unitofwork/UnitOfWorkFactory.html" title="interface in org.apache.polygene.api.unitofwork">UnitOfWorkFactory</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#unitOfWorkFactory--">unitOfWorkFactory</a></span>()</code> </td> </tr> -<tr id="i8" class="altColor"> +<tr id="i11" class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../org/apache/polygene/api/value/ValueBuilderFactory.html" title="interface in org.apache.polygene.api.value">ValueBuilderFactory</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/bootstrap/SingletonAssembler.html#valueBuilderFactory--">valueBuilderFactory</a></span>()</code> </td> </tr> @@ -202,13 +222,6 @@ implements <a href="../../../../org/apache/polygene/bootstrap/Assembler.html" ti <h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.org.apache.polygene.bootstrap.Assembler"> -<!-- --> -</a> -<h3>Methods inherited from interface org.apache.polygene.bootstrap.<a href="../../../../org/apache/polygene/bootstrap/Assembler.html" title="interface in org.apache.polygene.bootstrap">Assembler</a></h3> -<code><a href="../../../../org/apache/polygene/bootstrap/Assembler.html#assemble-org.apache.polygene.bootstrap.ModuleAssembly-">assemble</a></code></li> -</ul> </li> </ul> </li> @@ -223,6 +236,28 @@ implements <a href="../../../../org/apache/polygene/bootstrap/Assembler.html" ti <!-- --> </a> <h3>Constructor Detail</h3> +<a name="SingletonAssembler-java.util.function.Consumer-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SingletonAssembler</h4> +<pre>public SingletonAssembler(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><<a href="../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a>> assemble) + throws <a href="../../../../org/apache/polygene/api/activation/ActivationException.html" title="class in org.apache.polygene.api.activation">ActivationException</a></pre> +<div class="block">Creates a Polygene Runtime instance containing one Layer with one Module. + The Layer will be named "Layer 1" and the Module will be named "Module 1". It is possible to add + additional layers and modules via the Assembler interface that must be implemented in the subclass of this + class.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>assemble</code> - An Assembler lambda containing the module assembly.</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> - Either if the model can not be created from the disk, or some inconsistency in + the programming model makes it impossible to create it.</dd> +<dd><code><a href="../../../../org/apache/polygene/api/activation/ActivationException.html" title="class in org.apache.polygene.api.activation">ActivationException</a></code> - If the automatic <code>activate()</code> method is throwing this Exception..</dd> +</dl> +</li> +</ul> <a name="SingletonAssembler--"> <!-- --> </a> @@ -279,6 +314,24 @@ implements <a href="../../../../org/apache/polygene/bootstrap/Assembler.html" ti <pre>public final <a href="../../../../org/apache/polygene/api/structure/Module.html" title="interface in org.apache.polygene.api.structure">Module</a> module()</pre> </li> </ul> +<a name="layerName--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>layerName</h4> +<pre>protected <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> layerName()</pre> +</li> +</ul> +<a name="moduleName--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>moduleName</h4> +<pre>protected <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> moduleName()</pre> +</li> +</ul> <a name="beforeActivation-org.apache.polygene.api.structure.Application-"> <!-- --> </a> @@ -332,12 +385,43 @@ implements <a href="../../../../org/apache/polygene/bootstrap/Assembler.html" ti <a name="objectFactory--"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>objectFactory</h4> <pre>protected <a href="../../../../org/apache/polygene/api/object/ObjectFactory.html" title="interface in org.apache.polygene.api.object">ObjectFactory</a> objectFactory()</pre> </li> </ul> +<a name="assemble-org.apache.polygene.bootstrap.ModuleAssembly-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>assemble</h4> +<pre>public void assemble(<a href="../../../../org/apache/polygene/bootstrap/ModuleAssembly.html" title="interface in org.apache.polygene.bootstrap">ModuleAssembly</a> module) + throws <a href="../../../../org/apache/polygene/bootstrap/AssemblyException.html" title="class in org.apache.polygene.bootstrap">AssemblyException</a></pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <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 + to register objects, composites, services etc. and + the additional metadata that may exist for these + artifacts. + <p> + An Assembler may create new Modules by calling + <a href="../../../../org/apache/polygene/bootstrap/ModuleAssembly.html#layer--"><code>ModuleAssembly.layer()</code></a> and + then <a href="../../../../org/apache/polygene/bootstrap/LayerAssembly.html#module-java.lang.String-"><code>LayerAssembly.module(String)</code></a> (String)}. + This allows an Assembler to bootstrap an entire Layer with + 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> in interface <code><a href="../../../../org/apache/polygene/bootstrap/Assembler.html" title="interface in org.apache.polygene.bootstrap">Assembler</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> </li> </ul> </li> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/StateDeclarations.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/StateDeclarations.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/StateDeclarations.html index d347e9f..051e242 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/StateDeclarations.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/StateDeclarations.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StateDeclarations (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>StateDeclarations (Apache Polygene⢠(Java Edition) SDK 3.0.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="StateDeclarations (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="StateDeclarations (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/bootstrap/TransientAssembly.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/bootstrap/TransientAssembly.html b/content/java/develop/javadocs/org/apache/polygene/bootstrap/TransientAssembly.html index 9177c08..c0c7916 100644 --- a/content/java/develop/javadocs/org/apache/polygene/bootstrap/TransientAssembly.html +++ b/content/java/develop/javadocs/org/apache/polygene/bootstrap/TransientAssembly.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TransientAssembly (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>TransientAssembly (Apache Polygene⢠(Java Edition) SDK 3.0.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="TransientAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="TransientAssembly (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) {
