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 48DB9200BA6 for ; Sat, 10 Sep 2016 01:40:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 47B50160ACA; Fri, 9 Sep 2016 23:40:10 +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 941E7160AF4 for ; Sat, 10 Sep 2016 01:40:07 +0200 (CEST) Received: (qmail 39075 invoked by uid 500); 9 Sep 2016 23:40:06 -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 38290 invoked by uid 99); 9 Sep 2016 23:40:06 -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 23:40:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 368CEEEE18; Fri, 9 Sep 2016 23:40:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: khmarbaise@apache.org To: commits@creadur.apache.org Date: Fri, 09 Sep 2016 23:40:44 -0000 Message-Id: <5d73f3b5fd004fe79f59fbd20510433e@git.apache.org> In-Reply-To: <44ab2c6ede6c471497612debaedd8af4@git.apache.org> References: <44ab2c6ede6c471497612debaedd8af4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/51] [abbrv] [partial] creadur-site git commit: Upgraded site remove apache-rat on root level Updated apache-rat part. archived-at: Fri, 09 Sep 2016 23:40:10 -0000 http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-core/apidocs/index.html ---------------------------------------------------------------------- diff --git a/rat/apache-rat-core/apidocs/index.html b/rat/apache-rat-core/apidocs/index.html index a2d7410..36312e0 100644 --- a/rat/apache-rat-core/apidocs/index.html +++ b/rat/apache-rat-core/apidocs/index.html @@ -1,75 +1,74 @@ - - - - - - -Apache Creadur Rat::Core 0.11 API - - - - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - \ No newline at end of file + + + + + +Apache Creadur Rat::Core 0.12 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-core/apidocs/org/apache/rat/Defaults.html ---------------------------------------------------------------------- diff --git a/rat/apache-rat-core/apidocs/org/apache/rat/Defaults.html b/rat/apache-rat-core/apidocs/org/apache/rat/Defaults.html index 06f8a17..2f586e1 100644 --- a/rat/apache-rat-core/apidocs/org/apache/rat/Defaults.html +++ b/rat/apache-rat-core/apidocs/org/apache/rat/Defaults.html @@ -1,314 +1,343 @@ - - - - - - -Defaults (Apache Creadur Rat::Core 0.11 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.rat -
-Class Defaults

-
-java.lang.Object
-  extended by org.apache.rat.Defaults
-
-
-
-
public class Defaults
extends Object
- - -

-Utility class that holds constants shared by the CLI tool and the Ant tasks. -

- -

-


- -

- - - - - - - - - - - - - - - -
-Field Summary
-static IHeaderMatcher[]DEFAULT_MATCHERS - -
-          The standard list of licenses to include in the reports.
-static StringPLAIN_STYLESHEET - -
-           
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static IHeaderMatchercreateDefaultMatcher() - -
-           
-static InputStreamgetDefaultStyleSheet() - -
-           
-static InputStreamgetPlainStyleSheet() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, noti fyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Field Detail
- -

-DEFAULT_MATCHERS

-
-public static final IHeaderMatcher[] DEFAULT_MATCHERS
-
-
The standard list of licenses to include in the reports. -

-

-
-
-
- -

-PLAIN_STYLESHEET

-
-public static final String PLAIN_STYLESHEET
-
-
-
See Also:
Constant Field Values
-
- - - - - - - - -
-Method Detail
- -

-getPlainStyleSheet

-
-public static InputStream getPlainStyleSheet()
-
-
-
-
-
-
- -

-getDefaultStyleSheet

-
-public static InputStream getDefaultStyleSheet()
-
-
-
-
-
-
- -

-createDefaultMatcher

-
-public static IHeaderMatcher createDefaultMatcher()
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2006–2014 Apache Software Foundation. All rights reserved. - - \ No newline at end of file + + + + + +Defaults (Apache Creadur Rat::Core 0.12 API) + + + + + + + + + + +
+
org.apache.rat
+

Class Defaults

+
+
+ +
+
    +
  • +
    +
    +
    public class Defaults
    +extends Object
    +
    Utility class that holds constants shared by the CLI tool and the Ant tasks.
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPlainStyleSheet

        +
        public static InputStream getPlainStyleSheet()
        +
      • +
      + + + +
        +
      • +

        getUnapprovedLicensesStyleSheet

        +
        public static InputStream getUnapprovedLicensesStyleSheet()
        +
      • +
      + + + +
        +
      • +

        getDefaultStyleSheet

        +
        public static InputStream getDefaultStyleSheet()
        +
      • +
      + + + +
        +
      • +

        createDefaultMatcher

        +
        public static IHeaderMatcher createDefaultMatcher()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ +