Return-Path: X-Original-To: apmail-creadur-commits-archive@www.apache.org Delivered-To: apmail-creadur-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99361D53D for ; Tue, 20 Nov 2012 20:55:06 +0000 (UTC) Received: (qmail 31175 invoked by uid 500); 20 Nov 2012 20:55:06 -0000 Delivered-To: apmail-creadur-commits-archive@creadur.apache.org Received: (qmail 31148 invoked by uid 500); 20 Nov 2012 20:55: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 31140 invoked by uid 99); 20 Nov 2012 20:55:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 20:55:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 20:54:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 27AA32388C52 for ; Tue, 20 Nov 2012 20:53:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r838960 [10/39] - in /websites/staging/creadur/trunk/content: ./ rat/ rat/apache-rat-core/ rat/apache-rat-core/apidocs/ rat/apache-rat-core/apidocs/org/apache/rat/ rat/apache-rat-core/apidocs/org/apache/rat/analysis/ rat/apache-rat-core/api... Date: Tue, 20 Nov 2012 20:52:46 -0000 To: commits@creadur.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121120205353.27AA32388C52@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/FileDocument.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/FileDocument.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/FileDocument.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - FileDocument (Rat::Core 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.document.impl
Class FileDocument
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.document.impl.FileDocument
 
@@ -101,7 +99,7 @@ Class FileDocument

-
public class FileDocument
extends Object
implements Document
+
public class FileDocument
extends Object
implements Document

@@ -122,7 +120,7 @@ Document wrapping a file of undetermined Constructor Summary -FileDocument(File file) +FileDocument(File file)
            @@ -147,7 +145,7 @@ Document wrapping a file of undetermined - String + String getName()
@@ -155,7 +153,7 @@ Document wrapping a file of undetermined - InputStream + InputStream inputStream()
@@ -171,7 +169,7 @@ Document wrapping a file of undetermined - Reader + Reader reader()
@@ -179,7 +177,7 @@ Document wrapping a file of undetermined - String + String toString()
@@ -189,10 +187,10 @@ Document wrapping a file of undetermined   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -211,7 +209,7 @@ Document wrapping a file of undetermined

FileDocument

-public FileDocument(File file)
+public FileDocument(File file)
@@ -246,8 +244,8 @@ public boolean isComposite()

reader

-public Reader reader()
-              throws IOException
+public Reader reader() + throws IOException
Description copied from interface: Document
Reads the content of this document. @@ -259,7 +257,7 @@ public IOException - if this document cannot be read +
IOException - if this document cannot be read
CompositeDocumentException - if this document can only be read as a composite archive
@@ -269,7 +267,7 @@ public

getName

-public String getName()
+public String getName()
Specified by:
getName in interface Document
@@ -301,8 +299,8 @@ public

inputStream

-public InputStream inputStream()
-                        throws IOException
+public InputStream inputStream() + throws IOException
Description copied from interface: Document
Streams the document's contents. @@ -314,7 +312,7 @@ public IOException - when stream could not be opened
+
IOException - when stream could not be opened

@@ -322,12 +320,12 @@ public

toString

-public String toString()
+public String toString()
Representations suitable for logging.

-
Overrides:
toString in class Object
+
Overrides:
toString in class Object
Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/MonolithicFileDocument.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/MonolithicFileDocument.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/MonolithicFileDocument.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - MonolithicFileDocument (Rat::Core 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.document.impl
Class MonolithicFileDocument
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.document.impl.AbstractMonolithicDocument
       extended by org.apache.rat.document.impl.MonolithicFileDocument
 
@@ -119,7 +117,7 @@ Class MonolithicFileDocument Constructor Summary -MonolithicFileDocument(File file) +MonolithicFileDocument(File file)
            @@ -136,7 +134,7 @@ Class MonolithicFileDocument - InputStream + InputStream inputStream()
@@ -145,14 +143,14 @@ Class MonolithicFileDocument static Document -newInstance(URL url) +newInstance(URL url)
          Creates a new instance. - Reader + Reader reader()
@@ -171,10 +169,10 @@ Class MonolithicFileDocument   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -193,7 +191,7 @@ Class MonolithicFileDocument

MonolithicFileDocument

-public MonolithicFileDocument(File file)
+public MonolithicFileDocument(File file)
@@ -210,7 +208,7 @@ public MonolithicFileDocument(

newInstance

-public static Document newInstance(URL url)
+public static Document newInstance(URL url)
Creates a new instance. The document is read from the given URL. @@ -224,8 +222,8 @@ public static

reader

-public Reader reader()
-              throws IOException
+public Reader reader() + throws IOException
Description copied from interface: Document
Reads the content of this document. @@ -234,7 +232,7 @@ public IOException - if this document cannot be read +
IOException - if this document cannot be read
CompositeDocumentException - if this document can only be read as a composite archive
@@ -244,8 +242,8 @@ public

inputStream

-public InputStream inputStream()
-                        throws IOException
+public InputStream inputStream() + throws IOException
Description copied from interface: Document
Streams the document's contents. @@ -254,7 +252,7 @@ public IOException - when stream could not be opened
+
IOException - when stream could not be opened
Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/AbstractMonolithicDocument.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/AbstractMonolithicDocument.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/AbstractMonolithicDocument.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - Uses of Class org.apache.rat.document.impl.AbstractMonolithicDocument (Rat::Core 0.9-SNAPSHOT API) - Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/ArchiveEntryDocument.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/ArchiveEntryDocument.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/ArchiveEntryDocument.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - Uses of Class org.apache.rat.document.impl.ArchiveEntryDocument (Rat::Core 0.9-SNAPSHOT API) - Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/DocumentImplUtils.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/DocumentImplUtils.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/DocumentImplUtils.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - Uses of Class org.apache.rat.document.impl.DocumentImplUtils (Rat::Core 0.9-SNAPSHOT API) - Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/FileDocument.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/FileDocument.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/FileDocument.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - Uses of Class org.apache.rat.document.impl.FileDocument (Rat::Core 0.9-SNAPSHOT API) - Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/MonolithicFileDocument.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/MonolithicFileDocument.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/class-use/MonolithicFileDocument.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - Uses of Class org.apache.rat.document.impl.MonolithicFileDocument (Rat::Core 0.9-SNAPSHOT API) - Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/ArchiveGuesser.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/ArchiveGuesser.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/ArchiveGuesser.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - ArchiveGuesser (Rat::Core 0.9-SNAPSHOT API) - @@ -93,12 +91,12 @@ org.apache.rat.document.impl.guesser Class ArchiveGuesser
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.document.impl.guesser.ArchiveGuesser
 

-
public class ArchiveGuesser
extends Object
+
public class ArchiveGuesser
extends Object

@@ -115,7 +113,7 @@ Class ArchiveGuesser -static String[] +static String[] ARCHIVE_EXTENSIONS
@@ -158,7 +156,7 @@ Class ArchiveGuesser static boolean -isArchive(String name) +isArchive(String name)
          Is a file by that name an archive? @@ -167,10 +165,10 @@ Class ArchiveGuesser   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -189,7 +187,7 @@ Class ArchiveGuesser

ARCHIVE_EXTENSIONS

-public static final String[] ARCHIVE_EXTENSIONS
+public static final String[] ARCHIVE_EXTENSIONS
@@ -236,7 +234,7 @@ public static final boolean isArchive

isArchive

-public static final boolean isArchive(String name)
+public static final boolean isArchive(String name)
Is a file by that name an archive?

Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/BinaryGuesser.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/BinaryGuesser.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/BinaryGuesser.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - BinaryGuesser (Rat::Core 0.9-SNAPSHOT API) - @@ -93,12 +91,12 @@ org.apache.rat.document.impl.guesser Class BinaryGuesser

-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.document.impl.guesser.BinaryGuesser
 

-
public class BinaryGuesser
extends Object
+
public class BinaryGuesser
extends Object

@@ -127,7 +125,7 @@ TODO: factor into MIME guesser and MIME- -static String[] +static String[] BYTECODE_EXTENSIONS
@@ -135,7 +133,7 @@ TODO: factor into MIME guesser and MIME- -static String[] +static String[] DATA_EXTENSIONS
@@ -143,7 +141,7 @@ TODO: factor into MIME guesser and MIME- -static String[] +static String[] EXE_EXTENSIONS
@@ -159,7 +157,7 @@ TODO: factor into MIME guesser and MIME- -static String[] +static String[] IMAGE_EXTENSIONS
@@ -167,7 +165,7 @@ TODO: factor into MIME guesser and MIME- -static String +static String JAR_MANIFEST
@@ -175,7 +173,7 @@ TODO: factor into MIME guesser and MIME- -static String +static String JAVA
@@ -183,7 +181,7 @@ TODO: factor into MIME guesser and MIME- -static String[] +static String[] KEYSTORE_EXTENSIONS
@@ -199,7 +197,7 @@ TODO: factor into MIME guesser and MIME- -static String[] +static String[] NON_BINARY_EXTENSIONS
@@ -242,8 +240,8 @@ TODO: factor into MIME guesser and MIME- static boolean -containsExtension(String name, - String[] exts) +containsExtension(String name, + String[] exts)
            @@ -251,8 +249,8 @@ TODO: factor into MIME guesser and MIME- static boolean -extensionMatches(String name, - String[] exts) +extensionMatches(String name, + String[] exts)
            @@ -268,7 +266,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isBinary(InputStream in) +isBinary(InputStream in)
          Do the first few bytes of the stream hint at a binary file? @@ -276,7 +274,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isBinary(Reader in) +isBinary(Reader in)
          Do the first few bytes of the stream hint at a binary file? @@ -284,7 +282,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isBinary(String name) +isBinary(String name)
          Is a file by that name a known binary file? @@ -292,7 +290,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isBinaryData(String name) +isBinaryData(String name)
            @@ -300,7 +298,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isBytecode(String name) +isBytecode(String name)
            @@ -308,7 +306,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isExecutable(String name) +isExecutable(String name)
            @@ -316,7 +314,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isImage(String name) +isImage(String name)
            @@ -324,7 +322,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isKeystore(String name) +isKeystore(String name)
            @@ -332,7 +330,7 @@ TODO: factor into MIME guesser and MIME- static boolean -isNonBinary(String name) +isNonBinary(String name)
          Is a file by that name a known non-binary file? @@ -341,10 +339,10 @@ TODO: factor into MIME guesser and MIME-   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -363,7 +361,7 @@ TODO: factor into MIME guesser and MIME-

DATA_EXTENSIONS

-public static final String[] DATA_EXTENSIONS
+public static final String[] DATA_EXTENSIONS
@@ -373,7 +371,7 @@ public static final

EXE_EXTENSIONS

-public static final String[] EXE_EXTENSIONS
+public static final String[] EXE_EXTENSIONS
@@ -383,7 +381,7 @@ public static final

KEYSTORE_EXTENSIONS

-public static final String[] KEYSTORE_EXTENSIONS
+public static final String[] KEYSTORE_EXTENSIONS
@@ -393,7 +391,7 @@ public static final

IMAGE_EXTENSIONS

-public static final String[] IMAGE_EXTENSIONS
+public static final String[] IMAGE_EXTENSIONS
@@ -403,7 +401,7 @@ public static final

BYTECODE_EXTENSIONS

-public static final String[] BYTECODE_EXTENSIONS
+public static final String[] BYTECODE_EXTENSIONS
@@ -413,7 +411,7 @@ public static final

NON_BINARY_EXTENSIONS

-public static final String[] NON_BINARY_EXTENSIONS
+public static final String[] NON_BINARY_EXTENSIONS
Based on http://www.apache.org/dev/svn-eol-style.txt

@@ -425,7 +423,7 @@ public static final

JAR_MANIFEST

-public static final String JAR_MANIFEST
+public static final String JAR_MANIFEST
See Also:
Constant Field Values
@@ -435,7 +433,7 @@ public static final

JAVA

-public static final String JAVA
+public static final String JAVA
See Also:
Constant Field Values
@@ -511,7 +509,7 @@ public BinaryGuesser()

isBinary

-public static boolean isBinary(Reader in)
+public static boolean isBinary(Reader in)
Do the first few bytes of the stream hint at a binary file? @@ -531,7 +529,7 @@ public static boolean isBinary(

isBinary

-public static boolean isBinary(InputStream in)
+public static boolean isBinary(InputStream in)
Do the first few bytes of the stream hint at a binary file? @@ -553,7 +551,7 @@ public static boolean isBinary(

isBinaryData

-public static final boolean isBinaryData(String name)
+public static final boolean isBinaryData(String name)
@@ -564,7 +562,7 @@ public static final boolean isBinaryD

isNonBinary

-public static final boolean isNonBinary(String name)
+public static final boolean isNonBinary(String name)
Is a file by that name a known non-binary file?

@@ -577,7 +575,7 @@ public static final boolean isNonBina

isExecutable

-public static final boolean isExecutable(String name)
+public static final boolean isExecutable(String name)
@@ -588,8 +586,8 @@ public static final boolean isExecuta

containsExtension

-public static boolean containsExtension(String name,
-                                        String[] exts)
+public static boolean containsExtension(String name, + String[] exts)
@@ -600,8 +598,8 @@ public static boolean containsExtensi

extensionMatches

-public static boolean extensionMatches(String name,
-                                       String[] exts)
+public static boolean extensionMatches(String name, + String[] exts)
@@ -612,7 +610,7 @@ public static boolean extensionMatche

isBytecode

-public static boolean isBytecode(String name)
+public static boolean isBytecode(String name)
@@ -623,7 +621,7 @@ public static boolean isBytecode(

isImage

-public static final boolean isImage(String name)
+public static final boolean isImage(String name)
@@ -634,7 +632,7 @@ public static final boolean isImage

isKeystore

-public static final boolean isKeystore(String name)
+public static final boolean isKeystore(String name)
@@ -645,7 +643,7 @@ public static final boolean isKeystor

isBinary

-public static final boolean isBinary(String name)
+public static final boolean isBinary(String name)
Is a file by that name a known binary file?

Modified: websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/GuessUtils.html ============================================================================== --- websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/GuessUtils.html (original) +++ websites/staging/creadur/trunk/content/rat/apache-rat-core/apidocs/org/apache/rat/document/impl/guesser/GuessUtils.html Tue Nov 20 20:51:38 2012 @@ -2,13 +2,11 @@ - GuessUtils (Rat::Core 0.9-SNAPSHOT API) - @@ -93,12 +91,12 @@ org.apache.rat.document.impl.guesser Class GuessUtils

-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.document.impl.guesser.GuessUtils
 

-
public class GuessUtils
extends Object
+
public class GuessUtils
extends Object

@@ -132,8 +130,8 @@ Class GuessUtils -static String -normalise(String name) +static String +normalise(String name)
          Converts name to upper case and strips any path. @@ -142,10 +140,10 @@ Class GuessUtils   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -181,7 +179,7 @@ public GuessUtils()

normalise

-public static final String normalise(String name)
+public static final String normalise(String name)
Converts name to upper case and strips any path.