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 6E0CCD4C9 for ; Tue, 20 Nov 2012 20:48:49 +0000 (UTC) Received: (qmail 4504 invoked by uid 500); 20 Nov 2012 20:48:49 -0000 Delivered-To: apmail-creadur-commits-archive@creadur.apache.org Received: (qmail 4475 invoked by uid 500); 20 Nov 2012 20:48:49 -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 4468 invoked by uid 99); 20 Nov 2012 20:48:49 -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:48:49 +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:48:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2740F2388C93 for ; Tue, 20 Nov 2012 20:47:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1411849 [27/43] - in /creadur/site/trunk/content/rat: ./ apache-rat-core/ apache-rat-core/apidocs/ apache-rat-core/apidocs/org/apache/rat/ apache-rat-core/apidocs/org/apache/rat/analysis/ apache-rat-core/apidocs/org/apache/rat/analysis/cla... Date: Tue, 20 Nov 2012 20:45:06 -0000 To: commits@creadur.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121120204701.2740F2388C93@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: creadur/site/trunk/content/rat/apidocs/org/apache/rat/Report.html URL: http://svn.apache.org/viewvc/creadur/site/trunk/content/rat/apidocs/org/apache/rat/Report.html?rev=1411849&r1=1411848&r2=1411849&view=diff ============================================================================== --- creadur/site/trunk/content/rat/apidocs/org/apache/rat/Report.html (original) +++ creadur/site/trunk/content/rat/apidocs/org/apache/rat/Report.html Tue Nov 20 20:42:40 2012 @@ -2,13 +2,11 @@ - Report (Apache Rat 0.9-SNAPSHOT API) - @@ -93,12 +91,12 @@ org.apache.rat
Class Report
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.Report
 

-
public class Report
extends Object
+
public class Report
extends Object

@@ -116,7 +114,7 @@ Class Report - FilenameFilter + FilenameFilter getInputFileFilter()
@@ -125,7 +123,7 @@ Class Report static void -main(String[] args) +main(String[] args)
            @@ -134,7 +132,7 @@ Class Report static ClaimStatistic report(IReportable container, - Writer out, + Writer out, ReportConfiguration pConfiguration)
@@ -143,7 +141,7 @@ Class Report  ClaimStatistic -report(PrintStream out) +report(PrintStream out)
          Deprecated. use the two-arg version instead @@ -151,9 +149,9 @@ Class Report static void -report(PrintStream out, +report(PrintStream out, IReportable base, - InputStream style, + InputStream style, ReportConfiguration pConfiguration)
@@ -162,7 +160,7 @@ Class Report  ClaimStatistic -report(PrintStream out, +report(PrintStream out, ReportConfiguration configuration)
@@ -171,9 +169,9 @@ Class Report static ClaimStatistic -report(Writer out, +report(Writer out, IReportable base, - InputStream style, + InputStream style, ReportConfiguration pConfiguration)
@@ -182,7 +180,7 @@ Class Report  void -setInputFileFilter(FilenameFilter inputFileFilter) +setInputFileFilter(FilenameFilter inputFileFilter)
          Sets the current filter used to select files. @@ -190,7 +188,7 @@ Class Report  void -styleReport(PrintStream out) +styleReport(PrintStream out)
          Deprecated. use the two-arg version instead @@ -198,7 +196,7 @@ Class Report  void -styleReport(PrintStream out, +styleReport(PrintStream out, ReportConfiguration configuration)
@@ -209,10 +207,10 @@ Class Report   - + - +
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
  @@ -231,13 +229,13 @@ Class Report

main

-public static final void main(String[] args)
-                       throws Exception
+public static final void main(String[] args) + throws Exception
Throws: -
Exception
+
Exception

@@ -245,7 +243,7 @@ public static final void main(

getInputFileFilter

-public FilenameFilter getInputFileFilter()
+public FilenameFilter getInputFileFilter()
Gets the current filter used to select files.

@@ -259,7 +257,7 @@ public

setInputFileFilter

-public void setInputFileFilter(FilenameFilter inputFileFilter)
+public void setInputFileFilter(FilenameFilter inputFileFilter)
Sets the current filter used to select files.

@@ -272,15 +270,15 @@ public void setInputFileFilter(

report

-public ClaimStatistic report(PrintStream out)
-                      throws Exception
+public ClaimStatistic report(PrintStream out) + throws Exception
Deprecated. use the two-arg version instead

Throws: -
Exception
+
Exception

@@ -288,14 +286,14 @@ public

report

-public ClaimStatistic report(PrintStream out,
+public ClaimStatistic report(PrintStream out,
                              ReportConfiguration configuration)
-                      throws Exception
+ throws Exception
Throws: -
Exception
Since:
+
Exception
Since:
Rat 0.8
@@ -305,8 +303,8 @@ public

styleReport

-public void styleReport(PrintStream out)
-                 throws Exception
+public void styleReport(PrintStream out) + throws Exception
Deprecated. use the two-arg version instead

@@ -316,7 +314,7 @@ public void styleReport(Exception

+
Exception

@@ -324,9 +322,9 @@ public void styleReport(

styleReport

-public void styleReport(PrintStream out,
+public void styleReport(PrintStream out,
                         ReportConfiguration configuration)
-                 throws Exception
+ throws Exception
Output a report in the default style and default licence header matcher. @@ -334,7 +332,7 @@ public void styleReport(Exception
Since:
+
Exception
Since:
Rat 0.8
@@ -344,13 +342,13 @@ public void styleReport(

report

-public static void report(PrintStream out,
+public static void report(PrintStream out,
                           IReportable base,
-                          InputStream style,
+                          InputStream style,
                           ReportConfiguration pConfiguration)
-                   throws IOException,
-                          TransformerConfigurationException,
-                          InterruptedException,
+                   throws IOException,
+                          TransformerConfigurationException,
+                          InterruptedException,
                           RatException
Output a report that is styled using a defined stylesheet. @@ -358,9 +356,9 @@ public static void report(
Parameters:
out - the stream to write the report to
base - the files or directories to report on
style - an input stream representing the stylesheet to use for styling the report
Throws: -
IOException -
TransformerConfigurationException -
InterruptedException +
IOException +
TransformerConfigurationException +
InterruptedException
RatException
@@ -369,14 +367,14 @@ public static void report(

report

-public static ClaimStatistic report(Writer out,
+public static ClaimStatistic report(Writer out,
                                     IReportable base,
-                                    InputStream style,
+                                    InputStream style,
                                     ReportConfiguration pConfiguration)
-                             throws IOException,
-                                    TransformerConfigurationException,
-                                    FileNotFoundException,
-                                    InterruptedException,
+                             throws IOException,
+                                    TransformerConfigurationException,
+                                    FileNotFoundException,
+                                    InterruptedException,
                                     RatException
Output a report that is styled using a defined stylesheet. @@ -384,10 +382,10 @@ public static IOException -
TransformerConfigurationException -
FileNotFoundException -
InterruptedException +
IOException +
TransformerConfigurationException +
FileNotFoundException +
InterruptedException
RatException
@@ -397,15 +395,15 @@ public static ClaimStatistic report(IReportable container, - Writer out, + Writer out, ReportConfiguration pConfiguration) - throws IOException, + throws IOException, RatException
Parameters:
container - the files or directories to report on
out - the writer to write the report to
Throws: -
IOException +
IOException
RatException
Modified: creadur/site/trunk/content/rat/apidocs/org/apache/rat/ReportConfiguration.html URL: http://svn.apache.org/viewvc/creadur/site/trunk/content/rat/apidocs/org/apache/rat/ReportConfiguration.html?rev=1411849&r1=1411848&r2=1411849&view=diff ============================================================================== --- creadur/site/trunk/content/rat/apidocs/org/apache/rat/ReportConfiguration.html (original) +++ creadur/site/trunk/content/rat/apidocs/org/apache/rat/ReportConfiguration.html Tue Nov 20 20:42:40 2012 @@ -2,13 +2,11 @@ - ReportConfiguration (Apache Rat 0.9-SNAPSHOT API) - @@ -93,12 +91,12 @@ org.apache.rat
Class ReportConfiguration
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.ReportConfiguration
 

-
public class ReportConfiguration
extends Object
+
public class ReportConfiguration
extends Object

@@ -146,7 +144,7 @@ A configuration object is used by the fr - String + String getCopyrightMessage()
@@ -206,7 +204,7 @@ A configuration object is used by the fr  void -setCopyrightMessage(String copyrightMessage) +setCopyrightMessage(String copyrightMessage)
          If Rat is adding license headers: Sets the optional @@ -224,10 +222,10 @@ A configuration object is used by the fr   - + - +
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
  @@ -315,7 +313,7 @@ public void setApprovedLicenseNames

getCopyrightMessage

-public String getCopyrightMessage()
+public String getCopyrightMessage()
If Rat is adding license headers: Returns the optional copyright message. This value is ignored, if no @@ -330,7 +328,7 @@ public

setCopyrightMessage

-public void setCopyrightMessage(String copyrightMessage)
+public void setCopyrightMessage(String copyrightMessage)
If Rat is adding license headers: Sets the optional copyright message. This value is ignored, if no Modified: creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/DefaultAnalyserFactory.html URL: http://svn.apache.org/viewvc/creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/DefaultAnalyserFactory.html?rev=1411849&r1=1411848&r2=1411849&view=diff ============================================================================== --- creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/DefaultAnalyserFactory.html (original) +++ creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/DefaultAnalyserFactory.html Tue Nov 20 20:42:40 2012 @@ -2,13 +2,11 @@ - DefaultAnalyserFactory (Apache Rat 0.9-SNAPSHOT API) - @@ -93,12 +91,12 @@ org.apache.rat.analysis
Class DefaultAnalyserFactory
-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.DefaultAnalyserFactory
 

-
public class DefaultAnalyserFactory
extends Object
+
public class DefaultAnalyserFactory
extends Object

@@ -146,10 +144,10 @@ Creates default analysers.   - + - +
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
  Modified: creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/DocumentHeaderAnalyser.html URL: http://svn.apache.org/viewvc/creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/DocumentHeaderAnalyser.html?rev=1411849&r1=1411848&r2=1411849&view=diff ============================================================================== --- creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/DocumentHeaderAnalyser.html (original) +++ creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/DocumentHeaderAnalyser.html Tue Nov 20 20:42:40 2012 @@ -2,13 +2,11 @@ - DocumentHeaderAnalyser (Apache Rat 0.9-SNAPSHOT API) - @@ -93,7 +91,7 @@ org.apache.rat.analysis
Class DocumentHeaderAnalyser

-java.lang.Object
+java.lang.Object
   extended by org.apache.rat.analysis.DocumentHeaderAnalyser
 
@@ -101,7 +99,7 @@ Class DocumentHeaderAnalyser

-
public class DocumentHeaderAnalyser
extends Object
implements IDocumentAnalyser
+
public class DocumentHeaderAnalyser
extends Object
implements IDocumentAnalyser

@@ -145,10 +143,10 @@ Class DocumentHeaderAnalyser   - + - +
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
  Modified: creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/IHeaderMatcher.html URL: http://svn.apache.org/viewvc/creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/IHeaderMatcher.html?rev=1411849&r1=1411848&r2=1411849&view=diff ============================================================================== --- creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/IHeaderMatcher.html (original) +++ creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/IHeaderMatcher.html Tue Nov 20 20:42:40 2012 @@ -2,13 +2,11 @@ - IHeaderMatcher (Apache Rat 0.9-SNAPSHOT API) - @@ -121,7 +119,7 @@ Matches text headers to known licenses.  boolean match(Document subject, - String line) + String line)
          Matches the text accumulated to licenses. @@ -166,7 +164,7 @@ void reset() match

 boolean match(Document subject,
-              String line)
+              String line)
               throws RatHeaderAnalysisException
Matches the text accumulated to licenses. Modified: creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/RatHeaderAnalysisException.html URL: http://svn.apache.org/viewvc/creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/RatHeaderAnalysisException.html?rev=1411849&r1=1411848&r2=1411849&view=diff ============================================================================== --- creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/RatHeaderAnalysisException.html (original) +++ creadur/site/trunk/content/rat/apidocs/org/apache/rat/analysis/RatHeaderAnalysisException.html Tue Nov 20 20:42:40 2012 @@ -2,13 +2,11 @@ - RatHeaderAnalysisException (Apache Rat 0.9-SNAPSHOT API) - @@ -93,17 +91,17 @@ org.apache.rat.analysis
Class RatHeaderAnalysisException
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
           extended by org.apache.rat.analysis.RatHeaderAnalysisException
 
-
All Implemented Interfaces:
Serializable
+
All Implemented Interfaces:
Serializable

-
public class RatHeaderAnalysisException
extends Exception
+
public class RatHeaderAnalysisException
extends Exception

@@ -132,20 +130,20 @@ Indicates exceptional condition during h             -RatHeaderAnalysisException(String msg) +RatHeaderAnalysisException(String msg)
            -RatHeaderAnalysisException(String msg, - Throwable cause) +RatHeaderAnalysisException(String msg, + Throwable cause)
            -RatHeaderAnalysisException(Throwable cause) +RatHeaderAnalysisException(Throwable cause)
            @@ -164,19 +162,19 @@ Indicates exceptional condition during h   - + - +
Methods inherited from class java.lang.ThrowableMethods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
  - + - +
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
  @@ -203,8 +201,8 @@ public RatHeaderAnalysisException

RatHeaderAnalysisException

-public RatHeaderAnalysisException(String msg,
-                                  Throwable cause)
+public RatHeaderAnalysisException(String msg, + Throwable cause)

@@ -212,7 +210,7 @@ public RatHeaderAnalysisException

RatHeaderAnalysisException

-public RatHeaderAnalysisException(String msg)
+public RatHeaderAnalysisException(String msg)

@@ -220,7 +218,7 @@ public RatHeaderAnalysisException

RatHeaderAnalysisException

-public RatHeaderAnalysisException(Throwable cause)
+public RatHeaderAnalysisException(Throwable cause)