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 DFBBE200BA4 for ; Sat, 10 Sep 2016 01:40:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DE7DC160ACA; Fri, 9 Sep 2016 23:40:09 +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 CE952160AE1 for ; Sat, 10 Sep 2016 01:40:06 +0200 (CEST) Received: (qmail 37948 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 37509 invoked by uid 99); 9 Sep 2016 23:40:05 -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:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9D807DFCC0; Fri, 9 Sep 2016 23:40:05 +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:20 -0000 Message-Id: In-Reply-To: <44ab2c6ede6c471497612debaedd8af4@git.apache.org> References: <44ab2c6ede6c471497612debaedd8af4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/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/org/apache/rat/api/MimeTyper.html ---------------------------------------------------------------------- diff --git a/rat/apache-rat-core/apidocs/org/apache/rat/api/MimeTyper.html b/rat/apache-rat-core/apidocs/org/apache/rat/api/MimeTyper.html index b520b60..ce9a8d3 100644 --- a/rat/apache-rat-core/apidocs/org/apache/rat/api/MimeTyper.html +++ b/rat/apache-rat-core/apidocs/org/apache/rat/api/MimeTyper.html @@ -1,215 +1,217 @@ - - - - - - -MimeTyper (Apache Creadur Rat::Core 0.11 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.rat.api -
-Interface MimeTyper

-
-
-
public interface MimeTyper
- - -

-Discovers the mime type of content. -

- -

-


- -

- - - - - - - - - - - - -
-Method Summary
- ContentTypetype(InputStream inputStream, - String name) - -
-          Guesses the mime type for the given content.
-  -

- - - - - - - - -
-Method Detail
- -

-type

-
-ContentType type(InputStream inputStream,
-                 String name)
-                 throws IOException
-
-
Guesses the mime type for the given content. -

-

-
Parameters:
inputStream - not null
name - possibly null -
Returns:
guessed content type, not null. -
Throws: -
IOException - in case of I/O errors.
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2006–2014 Apache Software Foundation. All rights reserved. - - \ No newline at end of file + + + + + +MimeTyper (Apache Creadur Rat::Core 0.12 API) + + + + + + + + + + +
+
org.apache.rat.api
+

Interface MimeTyper

+
+
+
+
    +
  • +
    +
    +
    public interface MimeTyper
    +
    Discovers the mime type of content.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      ContentTypetype(InputStream inputStream, + String name) +
      Guesses the mime type for the given content.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        type

        +
        ContentType type(InputStream inputStream,
        +               String name)
        +                 throws IOException
        +
        Guesses the mime type for the given content.
        +
        Parameters:
        inputStream - not null
        name - possibly null
        +
        Returns:
        guessed content type, not null.
        +
        Throws:
        +
        IOException - in case of I/O errors.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-core/apidocs/org/apache/rat/api/RatException.html ---------------------------------------------------------------------- diff --git a/rat/apache-rat-core/apidocs/org/apache/rat/api/RatException.html b/rat/apache-rat-core/apidocs/org/apache/rat/api/RatException.html index 167ba7a..716468f 100644 --- a/rat/apache-rat-core/apidocs/org/apache/rat/api/RatException.html +++ b/rat/apache-rat-core/apidocs/org/apache/rat/api/RatException.html @@ -1,281 +1,288 @@ - - - - - - -RatException (Apache Creadur Rat::Core 0.11 API) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.rat.api -
-Class RatException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by org.apache.rat.api.RatException
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class RatException
extends Exception
- - -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - - - - - - -
-Constructor Summary
RatException() - -
-           
RatException(String message) - -
-           
RatException(String message, - Throwable cause) - -
-           
RatException(Throwable cause) - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, noti fyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-RatException

-
-public RatException()
-
-
-
- -

-RatException

-
-public RatException(String message,
-                    Throwable cause)
-
-
-
- -

-RatException

-
-public RatException(String message)
-
-
-
- -

-RatException

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

Class RatException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RatException

        +
        public RatException()
        +
      • +
      + + + +
        +
      • +

        RatException

        +
        public RatException(String message,
        +            Throwable cause)
        +
      • +
      + + + +
        +
      • +

        RatException

        +
        public RatException(String message)
        +
      • +
      + + + +
        +
      • +

        RatException

        +
        public RatException(Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/creadur-site/blob/3e6a0709/rat/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html ---------------------------------------------------------------------- diff --git a/rat/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html b/rat/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html index 75945c5..863bf30 100644 --- a/rat/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html +++ b/rat/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html @@ -1,215 +1,192 @@ - - - - - - -Uses of Class org.apache.rat.api.ContentType (Apache Creadur Rat::Core 0.11 API) - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
org.apache.rat.api.ContentType

-
- - - - - - - - - -
-Packages that use ContentType
org.apache.rat.apiKey abstractions. 
-  -

- - - - - -
-Uses of ContentType in org.apache.rat.api
-  -

- - - - - - - - - - - - - -
Methods in org.apache.rat.api that return ContentType
- ContentTypeMetaData.getContentType() - -
-          Gets the content type for the subject.
- ContentTypeMimeTyper.type(InputStream inputStream, - String name) - -
-          Guesses the mime type for the given content.
-  -

- - - - - - - - - -
Methods in org.apache.rat.api with parameters of type ContentType
- voidMetaData.setContentType(ContentType contentType) - -
-          Sets the content type for this subject.
-  -

- - - - - - - - -
Constructors in org.apache.rat.api with parameters of type ContentType
MetaData(ContentType contentType) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2006–2014 Apache Software Foundation. All rights reserved. - - \ No newline at end of file + + + + + +Uses of Class org.apache.rat.api.ContentType (Apache Creadur Rat::Core 0.12 API) + + + + + + + + + +
+

Uses of Class
org.apache.rat.api.ContentType

+
+
+ +
+ + + + +

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

+ +