Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 63695200CF9 for ; Thu, 27 Jul 2017 08:08:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 607DE16A42D; Thu, 27 Jul 2017 06:08:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ACD9E16A400 for ; Thu, 27 Jul 2017 08:08:40 +0200 (CEST) Received: (qmail 86097 invoked by uid 500); 27 Jul 2017 06:08:39 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 85320 invoked by uid 99); 27 Jul 2017 06:08:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2017 06:08:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 451D9F330A; Thu, 27 Jul 2017 06:08:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: paulmerlin@apache.org To: commits@polygene.apache.org Date: Thu, 27 Jul 2017 06:08:52 -0000 Message-Id: <7e7067dc3f3e4aeca7050ddd17f32452@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/51] [partial] polygene-website git commit: update website for 3.0.0 archived-at: Thu, 27 Jul 2017 06:08:44 -0000 http://git-wip-us.apache.org/repos/asf/polygene-website/blob/86741dec/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/NoSuchCompositeTypeException.html ---------------------------------------------------------------------- diff --git a/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/NoSuchCompositeTypeException.html b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/NoSuchCompositeTypeException.html new file mode 100644 index 0000000..6e34c71 --- /dev/null +++ b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/NoSuchCompositeTypeException.html @@ -0,0 +1,418 @@ + + + + + + +NoSuchCompositeTypeException (Apache Polygene™ (Java Edition) SDK 3.0.0) + + + + + + + + + + + +
+
org.apache.polygene.api.composite
+

Class NoSuchCompositeTypeException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/polygene-website/blob/86741dec/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/NoSuchTransientTypeException.html ---------------------------------------------------------------------- diff --git a/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/NoSuchTransientTypeException.html b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/NoSuchTransientTypeException.html new file mode 100644 index 0000000..541044e --- /dev/null +++ b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/NoSuchTransientTypeException.html @@ -0,0 +1,323 @@ + + + + + + +NoSuchTransientTypeException (Apache Polygene™ (Java Edition) SDK 3.0.0) + + + + + + + + + + + +
+
org.apache.polygene.api.composite
+

Class NoSuchTransientTypeException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/polygene-website/blob/86741dec/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/PropertyMapper.html ---------------------------------------------------------------------- diff --git a/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/PropertyMapper.html b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/PropertyMapper.html new file mode 100644 index 0000000..3cc73db --- /dev/null +++ b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/PropertyMapper.html @@ -0,0 +1,299 @@ + + + + + + +PropertyMapper (Apache Polygene™ (Java Edition) SDK 3.0.0) + + + + + + + + + + + +
+
org.apache.polygene.api.composite
+

Class PropertyMapper

+
+
+ +
+
    +
  • +
    +
    +
    public final class PropertyMapper
    +extends Object
    +
    Transfer java.util.Properties to Composite properties
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        map

        +
        public static void map(Properties props,
        +                       Composite composite)
        +                throws IllegalArgumentException
        +
        Populate the Composite with properties from the given properties object.
        +
        +
        Parameters:
        +
        props - properties object
        +
        composite - the composite instance
        +
        Throws:
        +
        IllegalArgumentException - if properties could not be transferred to composite
        +
        +
      • +
      + + + +
        +
      • +

        map

        +
        public static void map(InputStream propertyInputStream,
        +                       Composite composite)
        +                throws IOException
        +
        Load a Properties object from the given stream, close it, and then populate + the Composite with the properties.
        +
        +
        Parameters:
        +
        propertyInputStream - properties input stream
        +
        composite - the instance
        +
        Throws:
        +
        IOException - if the stream could not be read
        +
        +
      • +
      + + + +
        +
      • +

        toJavaProperties

        +
        public static Properties toJavaProperties(Composite composite)
        +
        Create Properties object which is backed by the given Composite.
        +
        +
        Parameters:
        +
        composite - the instance
        +
        Returns:
        +
        properties instance
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/polygene-website/blob/86741dec/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/StateDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/StateDescriptor.html b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/StateDescriptor.html new file mode 100644 index 0000000..762fdc2 --- /dev/null +++ b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/StateDescriptor.html @@ -0,0 +1,273 @@ + + + + + + +StateDescriptor (Apache Polygene™ (Java Edition) SDK 3.0.0) + + + + + + + + + + + +
+
org.apache.polygene.api.composite
+

Interface StateDescriptor

+
+
+
+
    +
  • +
    +
    All Known Subinterfaces:
    +
    AssociationStateDescriptor
    +
    +
    +
    +
    public interface StateDescriptor
    +
    Composite State Descriptor.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/polygene-website/blob/86741dec/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html new file mode 100644 index 0000000..c33b6a5 --- /dev/null +++ b/content/java/3.0.0/javadocs/org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html @@ -0,0 +1,246 @@ + + + + + + +StatefulAssociationCompositeDescriptor (Apache Polygene™ (Java Edition) SDK 3.0.0) + + + + + + + + + + + +
+
org.apache.polygene.api.composite
+

Interface StatefulAssociationCompositeDescriptor

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + + +