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 12893200AEF for ; Fri, 13 May 2016 19:36:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1154C160A12; Fri, 13 May 2016 17:36:26 +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 0098E160A1D for ; Fri, 13 May 2016 19:36:23 +0200 (CEST) Received: (qmail 48214 invoked by uid 500); 13 May 2016 17:36:23 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 48205 invoked by uid 99); 13 May 2016 17:36:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 17:36:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id A0C20C0BC5 for ; Fri, 13 May 2016 17:36:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.999 X-Spam-Level: ** X-Spam-Status: No, score=2.999 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 8UdtuAsFdQTr for ; Fri, 13 May 2016 17:36:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 423C75F4ED for ; Fri, 13 May 2016 17:36:10 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6C401E065E for ; Fri, 13 May 2016 17:36:09 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4A2443A0113 for ; Fri, 13 May 2016 17:36:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r988154 [3/9] - in /websites/staging/tamaya/trunk/content: ./ apidocs/ apidocs/org/apache/tamaya/core/propertysource/ apidocs/org/apache/tamaya/core/propertysource/class-use/ apidocs/org/apache/tamaya/model/ apidocs/org/apache/tamaya/model/... Date: Fri, 13 May 2016 17:36:08 -0000 To: commits@tamaya.incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160513173609.4A2443A0113@svn01-us-west.apache.org> archived-at: Fri, 13 May 2016 17:36:26 -0000 Added: websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/Validation.html ============================================================================== --- websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/Validation.html (added) +++ websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/Validation.html Fri May 13 17:36:08 2016 @@ -0,0 +1,534 @@ + + + + + + +Validation (Apache Tamaya 0.3-incubating-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + +
+
org.apache.tamaya.model
+

Class Validation

+
+
+ +
+
    +
  • +
    +
    +
    public final class Validation
    +extends Object
    +
    Models a partial configuration configModel result.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        ofValid

        +
        public static Validation ofValid(ConfigModel configModel)
        +
        Creates a new ValidationResult.
        +
        +
        Parameters:
        +
        configModel - the configModel item, not null.
        +
        Returns:
        +
        a new validation result containing valid parts of the given model.
        +
        +
      • +
      + + + +
        +
      • +

        ofMissing

        +
        public static Validation ofMissing(ConfigModel configModel)
        +
        Creates a new ValidationResult.
        +
        +
        Parameters:
        +
        configModel - the configModel item, not null.
        +
        Returns:
        +
        a new validation result containing missing parts of the given model.
        +
        +
      • +
      + + + +
        +
      • +

        ofMissing

        +
        public static Validation ofMissing(ConfigModel configModel,
        +                                   String message)
        +
        Creates a new ValidationResult.
        +
        +
        Parameters:
        +
        configModel - the configModel item, not null.
        +
        message - Additional message to be shown (optional).
        +
        Returns:
        +
        a new validation result containing missing parts of the given model with a message.
        +
        +
      • +
      + + + +
        +
      • +

        ofError

        +
        public static Validation ofError(ConfigModel configModel,
        +                                 String error)
        +
        Creates a new ValidationResult.
        +
        +
        Parameters:
        +
        configModel - the configModel item, not null.
        +
        error - error message to add.
        +
        Returns:
        +
        a new validation result containing erroneous parts of the given model with the given error message.
        +
        +
      • +
      + + + +
        +
      • +

        ofWarning

        +
        public static Validation ofWarning(ConfigModel configModel,
        +                                   String warning)
        +
        Creates a new ValidationResult.
        +
        +
        Parameters:
        +
        configModel - the configModel item, not null.
        +
        warning - warning message to add.
        +
        Returns:
        +
        a new validation result containing warning parts of the given model with the given warning message.
        +
        +
      • +
      + + + +
        +
      • +

        ofDeprecated

        +
        public static Validation ofDeprecated(ConfigModel configModel,
        +                                      String alternativeUsage)
        +
        Creates a new ValidationResult.
        +
        +
        Parameters:
        +
        configModel - the configModel item, not null.
        +
        alternativeUsage - allows setting a message to indicate non-deprecated replacement, maybe null.
        +
        Returns:
        +
        a new validation result containing deprecated parts of the given model with an optional message.
        +
        +
      • +
      + + + +
        +
      • +

        ofDeprecated

        +
        public static Validation ofDeprecated(ConfigModel configModel)
        +
        Creates a new ValidationResult.
        +
        +
        Parameters:
        +
        configModel - the configModel item, not null.
        +
        Returns:
        +
        a new validation result containing deprecated parts of the given model.
        +
        +
      • +
      + + + +
        +
      • +

        ofUndefined

        +
        public static Validation ofUndefined(String key,
        +                                     ModelTarget type)
        +
        Creates a new ValidationResult.
        +
        +
        Parameters:
        +
        key - the name/model key
        +
        type - model type
        +
        Returns:
        +
        a corresponding configModel item
        +
        +
      • +
      + + + +
        +
      • +

        of

        +
        public static Validation of(ConfigModel configModel,
        +                            ValidationResult result,
        +                            String message)
        +
        Constructor.
        +
        +
        Parameters:
        +
        configModel - the configModel item, not null.
        +
        result - the configModel result, not null.
        +
        message - the detail message.
        +
        Returns:
        +
        new validation result.
        +
        +
      • +
      + + + +
        +
      • +

        getConfigModel

        +
        public ConfigModel getConfigModel()
        +
        Get the configModel section.
        +
        +
        Returns:
        +
        the section, never null.
        +
        +
      • +
      + + + +
        +
      • +

        getResult

        +
        public ValidationResult getResult()
        +
        Get the configModel result.
        +
        +
        Returns:
        +
        the result, never null.
        +
        +
      • +
      + + + +
        +
      • +

        getMessage

        +
        public String getMessage()
        +
        Get the detail message.
        +
        +
        Returns:
        +
        the detail message, or null.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014–2016 Apache Software Foundation. All rights reserved.

+ + Added: websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/ConfigUsageStats.html ============================================================================== --- websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/ConfigUsageStats.html (added) +++ websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/ConfigUsageStats.html Fri May 13 17:36:08 2016 @@ -0,0 +1,125 @@ + + + + + + +Uses of Class org.apache.tamaya.model.ConfigUsageStats (Apache Tamaya 0.3-incubating-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
org.apache.tamaya.model.ConfigUsageStats

+
+
No usage of org.apache.tamaya.model.ConfigUsageStats
+ + + + +

Copyright © 2014–2016 Apache Software Foundation. All rights reserved.

+ + Added: websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/ModelTarget.html ============================================================================== --- websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/ModelTarget.html (added) +++ websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/ModelTarget.html Fri May 13 17:36:08 2016 @@ -0,0 +1,280 @@ + + + + + + +Uses of Class org.apache.tamaya.model.ModelTarget (Apache Tamaya 0.3-incubating-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
org.apache.tamaya.model.ModelTarget

+
+
+ +
+ + + + +

Copyright © 2014–2016 Apache Software Foundation. All rights reserved.

+ + Added: websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/Usage.AccessDetail.html ============================================================================== --- websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/Usage.AccessDetail.html (added) +++ websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/Usage.AccessDetail.html Fri May 13 17:36:08 2016 @@ -0,0 +1,185 @@ + + + + + + +Uses of Class org.apache.tamaya.model.Usage.AccessDetail (Apache Tamaya 0.3-incubating-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
org.apache.tamaya.model.Usage.AccessDetail

+
+
+ +
+ + + + +

Copyright © 2014–2016 Apache Software Foundation. All rights reserved.

+ + Added: websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/Usage.html ============================================================================== --- websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/Usage.html (added) +++ websites/staging/tamaya/trunk/content/apidocs/org/apache/tamaya/model/class-use/Usage.html Fri May 13 17:36:08 2016 @@ -0,0 +1,274 @@ + + + + + + +Uses of Class org.apache.tamaya.model.Usage (Apache Tamaya 0.3-incubating-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
org.apache.tamaya.model.Usage

+
+
+ +
+ + + + +

Copyright © 2014–2016 Apache Software Foundation. All rights reserved.

+ +