From commits-return-1043-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Mon Jan 29 06:38:47 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id CAD911807A3 for ; Mon, 29 Jan 2018 06:38:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BACBA160C53; Mon, 29 Jan 2018 05:38:46 +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 33D34160C5A for ; Mon, 29 Jan 2018 06:38:44 +0100 (CET) Received: (qmail 29748 invoked by uid 500); 29 Jan 2018 05:38:43 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 29524 invoked by uid 99); 29 Jan 2018 05:38:43 -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; Mon, 29 Jan 2018 05:38:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D0191F328D; Mon, 29 Jan 2018 05:38:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aw@apache.org To: commits@yetus.apache.org Date: Mon, 29 Jan 2018 05:38:49 -0000 Message-Id: <8eb7685b4aea4b5dad63bf29b95972ad@git.apache.org> In-Reply-To: <15296ea00b2844ddae8f903d3498d6b5@git.apache.org> References: <15296ea00b2844ddae8f903d3498d6b5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/14] yetus git commit: git hash cf2ce0fff670b00122d9739fa3476cd45b9c7f10 http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html new file mode 100644 index 0000000..09bb167 --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + + + + + + + +
+

Uses of Class
org.apache.yetus.audience.InterfaceStability

+
+
No usage of org.apache.yetus.audience.InterfaceStability
+ + + + +

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html new file mode 100644 index 0000000..c704ed4 --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html @@ -0,0 +1,31 @@ + + + + + + +org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + +

org.apache.yetus.audience

+ + + http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html new file mode 100644 index 0000000..c7beffd --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html @@ -0,0 +1,201 @@ + + + + + + +org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + + + + + + + +
+

Package org.apache.yetus.audience

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    InterfaceAudience +
    Annotation to inform users of a package, class or method's intended audience.
    +
    InterfaceStability +
    Annotation to inform users of how much to rely on a particular package, + class or method not changing over time.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Annotation Types Summary 
    Annotation TypeDescription
    InterfaceAudience.LimitedPrivate +
    Intended only for the project(s) specified in the annotation.
    +
    InterfaceAudience.Private +
    Intended for use only within a given project.
    +
    InterfaceAudience.Public +
    Intended for use by any project or application.
    +
    InterfaceStability.Evolving +
    Evolving, but can break compatibility at minor release (i.e.
    +
    InterfaceStability.Stable +
    Can evolve while retaining compatibility for minor release boundaries.
    +
    InterfaceStability.Unstable +
    No guarantee is provided as to reliability or stability across any + level of release granularity.
    +
    +
  • +
+
+ + + + +

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html new file mode 100644 index 0000000..665e60c --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html @@ -0,0 +1,149 @@ + + + + + + +org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + + + + + + + +
+

Hierarchy For Package org.apache.yetus.audience

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ + + + +

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html new file mode 100644 index 0000000..728797e --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html @@ -0,0 +1,192 @@ + + + + + + +Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + + + + + + + +
+

Uses of Package
org.apache.yetus.audience

+
+
+ +
+ + + + +

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html new file mode 100644 index 0000000..f82aea3 --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html @@ -0,0 +1,321 @@ + + + + + + +ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + + + + + + + + +
+
org.apache.yetus.audience.tools
+

Class ExcludePrivateAnnotationsJDiffDoclet

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ExcludePrivateAnnotationsJDiffDoclet

        +
        public ExcludePrivateAnnotationsJDiffDoclet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        languageVersion

        +
        public static com.sun.javadoc.LanguageVersion languageVersion()
        +
      • +
      + + + +
        +
      • +

        start

        +
        public static boolean start(com.sun.javadoc.RootDoc root)
        +
      • +
      + + + +
        +
      • +

        optionLength

        +
        public static int optionLength(String option)
        +
      • +
      + + + +
        +
      • +

        validOptions

        +
        public static boolean validOptions(String[][] options,
        +                                   com.sun.javadoc.DocErrorReporter reporter)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html new file mode 100644 index 0000000..431fc7c --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html @@ -0,0 +1,321 @@ + + + + + + +ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + + + + + + + + +
+
org.apache.yetus.audience.tools
+

Class ExcludePrivateAnnotationsStandardDoclet

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ExcludePrivateAnnotationsStandardDoclet

        +
        public ExcludePrivateAnnotationsStandardDoclet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        languageVersion

        +
        public static com.sun.javadoc.LanguageVersion languageVersion()
        +
      • +
      + + + +
        +
      • +

        start

        +
        public static boolean start(com.sun.javadoc.RootDoc root)
        +
      • +
      + + + +
        +
      • +

        optionLength

        +
        public static int optionLength(String option)
        +
      • +
      + + + +
        +
      • +

        validOptions

        +
        public static boolean validOptions(String[][] options,
        +                                   com.sun.javadoc.DocErrorReporter reporter)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html new file mode 100644 index 0000000..45eb699 --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html @@ -0,0 +1,325 @@ + + + + + + +IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + + + + + + + + +
+
org.apache.yetus.audience.tools
+

Class IncludePublicAnnotationsStandardDoclet

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IncludePublicAnnotationsStandardDoclet

        +
        public IncludePublicAnnotationsStandardDoclet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        languageVersion

        +
        public static com.sun.javadoc.LanguageVersion languageVersion()
        +
      • +
      + + + +
        +
      • +

        start

        +
        public static boolean start(com.sun.javadoc.RootDoc root)
        +
      • +
      + + + +
        +
      • +

        optionLength

        +
        public static int optionLength(String option)
        +
      • +
      + + + +
        +
      • +

        validOptions

        +
        public static boolean validOptions(String[][] options,
        +                                   com.sun.javadoc.DocErrorReporter reporter)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/yetus/blob/961ea845/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html ---------------------------------------------------------------------- diff --git a/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html new file mode 100644 index 0000000..54aa7b5 --- /dev/null +++ b/documentation/0.7.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.7.0 API) + + + + + + + + + + + +
+

Uses of Class
org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet

+
+
No usage of org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet
+ + + + +

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.

+ +