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 18594200B6B for ; Fri, 9 Sep 2016 23:54:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 16ECC160ADF; Fri, 9 Sep 2016 21:54:16 +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 D1735160AD5 for ; Fri, 9 Sep 2016 23:54:13 +0200 (CEST) Received: (qmail 78354 invoked by uid 500); 9 Sep 2016 21:54:12 -0000 Mailing-List: contact commits-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list commits@creadur.apache.org Received: (qmail 77440 invoked by uid 99); 9 Sep 2016 21:54:10 -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; Fri, 09 Sep 2016 21:54:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E59E7E08AD; Fri, 9 Sep 2016 21:54:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pottlinger@apache.org To: commits@creadur.apache.org Date: Fri, 09 Sep 2016 21:54:23 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/51] [partial] creadur-site git commit: Init with current RAT docs. archived-at: Fri, 09 Sep 2016 21:54:16 -0000 http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/AbstractClaimReporter.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/AbstractClaimReporter.html b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/AbstractClaimReporter.html new file mode 100644 index 0000000..64c5dbb --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/AbstractClaimReporter.html @@ -0,0 +1,356 @@ + + + + + + +AbstractClaimReporter (Apache Creadur Rat::Core 0.13-SNAPSHOT API) + + + + + + + + + + + +
+
org.apache.rat.report.claim.impl
+

Class AbstractClaimReporter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    RatReport
    +
    +
    +
    Direct Known Subclasses:
    +
    ClaimAggregator
    +
    +
    +
    +
    public abstract class AbstractClaimReporter
    +extends AbstractReport
    +
    Abstract base implementation of AbstractReport. + It is strongly suggested, that implementations derive from + this class.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractClaimReporter

        +
        public AbstractClaimReporter()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        handleDocumentCategoryClaim

        +
        protected void handleDocumentCategoryClaim(String documentCategoryName)
        +
      • +
      + + + +
        +
      • +

        handleApprovedLicenseClaim

        +
        protected void handleApprovedLicenseClaim(String licenseApproved)
        +
      • +
      + + + +
        +
      • +

        handleLicenseFamilyNameClaim

        +
        protected void handleLicenseFamilyNameClaim(String licenseFamilyName)
        +
      • +
      + + + +
        +
      • +

        handleHeaderCategoryClaim

        +
        protected void handleHeaderCategoryClaim(String headerCategory)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/ClaimAggregator.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/ClaimAggregator.html b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/ClaimAggregator.html new file mode 100644 index 0000000..407f43d --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/ClaimAggregator.html @@ -0,0 +1,392 @@ + + + + + + +ClaimAggregator (Apache Creadur Rat::Core 0.13-SNAPSHOT API) + + + + + + + + + + + +
+
org.apache.rat.report.claim.impl
+

Class ClaimAggregator

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    RatReport
    +
    +
    +
    +
    public class ClaimAggregator
    +extends AbstractClaimReporter
    +
    The aggregator is used to create a numerical statistic + of claims.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/class-use/AbstractClaimReporter.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/class-use/AbstractClaimReporter.html b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/class-use/AbstractClaimReporter.html new file mode 100644 index 0000000..f59725f --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/class-use/AbstractClaimReporter.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class org.apache.rat.report.claim.impl.AbstractClaimReporter (Apache Creadur Rat::Core 0.13-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
org.apache.rat.report.claim.impl.AbstractClaimReporter

+
+
+ +
+ + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/class-use/ClaimAggregator.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/class-use/ClaimAggregator.html b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/class-use/ClaimAggregator.html new file mode 100644 index 0000000..32244d1 --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/class-use/ClaimAggregator.html @@ -0,0 +1,125 @@ + + + + + + +Uses of Class org.apache.rat.report.claim.impl.ClaimAggregator (Apache Creadur Rat::Core 0.13-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
org.apache.rat.report.claim.impl.ClaimAggregator

+
+
No usage of org.apache.rat.report.claim.impl.ClaimAggregator
+ + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-frame.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-frame.html b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-frame.html new file mode 100644 index 0000000..ffa8912 --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +org.apache.rat.report.claim.impl (Apache Creadur Rat::Core 0.13-SNAPSHOT API) + + + + +

org.apache.rat.report.claim.impl

+ + + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-summary.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-summary.html b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-summary.html new file mode 100644 index 0000000..109d172 --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +org.apache.rat.report.claim.impl (Apache Creadur Rat::Core 0.13-SNAPSHOT API) + + + + + + + + + + +
+

Package org.apache.rat.report.claim.impl

+
+
+ +
+ + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-tree.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-tree.html b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-tree.html new file mode 100644 index 0000000..29a08c0 --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-tree.html @@ -0,0 +1,146 @@ + + + + + + +org.apache.rat.report.claim.impl Class Hierarchy (Apache Creadur Rat::Core 0.13-SNAPSHOT API) + + + + + + + + + + +
+

Hierarchy For Package org.apache.rat.report.claim.impl

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-use.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-use.html b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-use.html new file mode 100644 index 0000000..9ea6db5 --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/report/claim/impl/package-use.html @@ -0,0 +1,160 @@ + + + + + + +Uses of Package org.apache.rat.report.claim.impl (Apache Creadur Rat::Core 0.13-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Package
org.apache.rat.report.claim.impl

+
+
+ +
+ + + + +

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

+ +