From general-return-1615-apmail-logging-general-archive=logging.apache.org@logging.apache.org Tue Nov 16 02:13:46 2010 Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 28272 invoked from network); 16 Nov 2010 02:13:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 02:13:46 -0000 Received: (qmail 60563 invoked by uid 500); 16 Nov 2010 02:14:17 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 60502 invoked by uid 500); 16 Nov 2010 02:14:17 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 60487 invoked by uid 99); 16 Nov 2010 02:14:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 02:14:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 16 Nov 2010 02:14:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C99332388B71; Tue, 16 Nov 2010 02:12:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1035516 [10/11] - in /logging/site/trunk/docs/log4j/companions/extras: ./ apidocs/ apidocs/org/apache/log4j/ apidocs/org/apache/log4j/class-use/ apidocs/org/apache/log4j/extras/ apidocs/org/apache/log4j/extras/class-use/ apidocs/org/apache... Date: Tue, 16 Nov 2010 02:12:18 -0000 To: general@logging.apache.org From: carnold@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101116021236.C99332388B71@eris.apache.org> Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/SunReflectFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/SunReflectFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/SunReflectFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/SunReflectFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + SunReflectFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -93,7 +93,7 @@ org.apache.log4j.util
Class SunReflectFilter
-java.lang.Object
+java.lang.Object
   extended by org.apache.log4j.util.SunReflectFilter
 
@@ -101,7 +101,7 @@ Class SunReflectFilter

-
public class SunReflectFilter
extends Object
implements Filter
+
public class SunReflectFilter
extends java.lang.Object
implements Filter

@@ -161,8 +161,8 @@ The sun.reflect.* lines are not present - String -filter(String in) + java.lang.String +filter(java.lang.String in)
          This filter transforms the input string and returns the results as @@ -172,10 +172,10 @@ The sun.reflect.* lines are not present   - + - +
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
  @@ -211,7 +211,7 @@ public SunReflectFilter()

filter

-public String filter(String in)
+public java.lang.String filter(java.lang.String in)
Description copied from interface: Filter
This filter transforms the input string and returns the results as Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/Transformer.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/Transformer.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/Transformer.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/Transformer.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Transformer (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -93,12 +93,12 @@ org.apache.log4j.util
Class Transformer
-java.lang.Object
+java.lang.Object
   extended by org.apache.log4j.util.Transformer
 

-
public class Transformer
extends Object
+
public class Transformer
extends java.lang.Object

@@ -133,8 +133,8 @@ Class Transformer static void -transform(String in, - String out, +transform(java.lang.String in, + java.lang.String out, Filter filter)
@@ -143,8 +143,8 @@ Class Transformer static void -transform(String in, - String out, +transform(java.lang.String in, + java.lang.String out, Filter[] filters)
@@ -154,10 +154,10 @@ Class Transformer   - + - +
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,18 +193,18 @@ public Transformer()

transform

-public static void transform(String in,
-                             String out,
+public static void transform(java.lang.String in,
+                             java.lang.String out,
                              Filter[] filters)
-                      throws FileNotFoundException,
-                             IOException,
+                      throws java.io.FileNotFoundException,
+                             java.io.IOException,
                              UnexpectedFormatException
Throws: -
FileNotFoundException -
IOException +
java.io.FileNotFoundException +
java.io.IOException
UnexpectedFormatException
@@ -213,18 +213,18 @@ public static void transform(

transform

-public static void transform(String in,
-                             String out,
+public static void transform(java.lang.String in,
+                             java.lang.String out,
                              Filter filter)
-                      throws FileNotFoundException,
-                             IOException,
+                      throws java.io.FileNotFoundException,
+                             java.io.IOException,
                              UnexpectedFormatException
Throws: -
FileNotFoundException -
IOException +
java.io.FileNotFoundException +
java.io.IOException
UnexpectedFormatException
Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/UnexpectedFormatException.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/UnexpectedFormatException.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/UnexpectedFormatException.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/UnexpectedFormatException.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + UnexpectedFormatException (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -93,17 +93,17 @@ org.apache.log4j.util
Class UnexpectedFormatException
-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.log4j.util.UnexpectedFormatException
 
-
All Implemented Interfaces:
Serializable
+
All Implemented Interfaces:
java.io.Serializable

-
public class UnexpectedFormatException
extends Exception
+
public class UnexpectedFormatException
extends java.lang.Exception

@@ -122,7 +122,7 @@ Class UnexpectedFormatException Constructor Summary -UnexpectedFormatException(String msg) +UnexpectedFormatException(java.lang.String msg)
            @@ -141,19 +141,19 @@ Class UnexpectedFormatException   - + - +
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
  @@ -172,7 +172,7 @@ Class UnexpectedFormatException

UnexpectedFormatException

-public UnexpectedFormatException(String msg)
+public UnexpectedFormatException(java.lang.String msg)
Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLDateFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLDateFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLDateFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLDateFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + XMLDateFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -93,7 +93,7 @@ org.apache.log4j.util
Class XMLDateFilter
-java.lang.Object
+java.lang.Object
   extended by org.apache.log4j.util.XMLDateFilter
 
@@ -101,7 +101,7 @@ Class XMLDateFilter

-
public class XMLDateFilter
extends Object
implements Filter
+
public class XMLDateFilter
extends java.lang.Object
implements Filter

@@ -153,8 +153,8 @@ Class XMLDateFilter - String -filter(String in) + java.lang.String +filter(java.lang.String in)
          This filter transforms the input string and returns the results as @@ -164,10 +164,10 @@ Class XMLDateFilter   - + - +
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
  @@ -203,7 +203,7 @@ public XMLDateFilter()

filter

-public String filter(String in)
+public java.lang.String filter(java.lang.String in)
Description copied from interface: Filter
This filter transforms the input string and returns the results as Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLLineAttributeFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLLineAttributeFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLLineAttributeFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLLineAttributeFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + XMLLineAttributeFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -93,7 +93,7 @@ org.apache.log4j.util
Class XMLLineAttributeFilter
-java.lang.Object
+java.lang.Object
   extended by org.apache.log4j.util.XMLLineAttributeFilter
 
@@ -101,7 +101,7 @@ Class XMLLineAttributeFilter

-
public class XMLLineAttributeFilter
extends Object
implements Filter
+
public class XMLLineAttributeFilter
extends java.lang.Object
implements Filter

@@ -153,8 +153,8 @@ Class XMLLineAttributeFilter - String -filter(String in) + java.lang.String +filter(java.lang.String in)
          This filter transforms the input string and returns the results as @@ -164,10 +164,10 @@ Class XMLLineAttributeFilter   - + - +
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
  @@ -203,7 +203,7 @@ public XMLLineAttributeFilter()

filter

-public String filter(String in)
+public java.lang.String filter(java.lang.String in)
Description copied from interface: Filter
This filter transforms the input string and returns the results as Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLTimestampFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLTimestampFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLTimestampFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/XMLTimestampFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + XMLTimestampFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -93,7 +93,7 @@ org.apache.log4j.util
Class XMLTimestampFilter
-java.lang.Object
+java.lang.Object
   extended by org.apache.log4j.util.XMLTimestampFilter
 
@@ -101,7 +101,7 @@ Class XMLTimestampFilter

-
public class XMLTimestampFilter
extends Object
implements Filter
+
public class XMLTimestampFilter
extends java.lang.Object
implements Filter

@@ -153,8 +153,8 @@ Class XMLTimestampFilter - String -filter(String in) + java.lang.String +filter(java.lang.String in)
          This filter transforms the input string and returns the results as @@ -164,10 +164,10 @@ Class XMLTimestampFilter   - + - +
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
  @@ -203,7 +203,7 @@ public XMLTimestampFilter()

filter

-public String filter(String in)
+public java.lang.String filter(java.lang.String in)
Description copied from interface: Filter
This filter transforms the input string and returns the results as Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/AbsoluteDateAndTimeFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/AbsoluteDateAndTimeFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/AbsoluteDateAndTimeFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/AbsoluteDateAndTimeFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.AbsoluteDateAndTimeFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/AbsoluteTimeFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/AbsoluteTimeFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/AbsoluteTimeFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/AbsoluteTimeFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.AbsoluteTimeFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Compare.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Compare.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Compare.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Compare.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.Compare (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/ControlFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/ControlFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/ControlFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/ControlFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.ControlFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Filter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Filter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Filter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Filter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Interface org.apache.log4j.util.Filter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -219,8 +219,8 @@ Uses of static void -Transformer.transform(String in, - String out, +Transformer.transform(java.lang.String in, + java.lang.String out, Filter filter)
@@ -229,8 +229,8 @@ Uses of static void -Transformer.transform(String in, - String out, +Transformer.transform(java.lang.String in, + java.lang.String out, Filter[] filters)
Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/ISO8601Filter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/ISO8601Filter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/ISO8601Filter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/ISO8601Filter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.ISO8601Filter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/JunitTestRunnerFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/JunitTestRunnerFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/JunitTestRunnerFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/JunitTestRunnerFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.JunitTestRunnerFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/LineNumberFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/LineNumberFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/LineNumberFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/LineNumberFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.LineNumberFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/MDCOrderFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/MDCOrderFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/MDCOrderFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/MDCOrderFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.MDCOrderFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/RelativeTimeFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/RelativeTimeFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/RelativeTimeFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/RelativeTimeFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.RelativeTimeFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/SerializationTestHelper.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/SerializationTestHelper.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/SerializationTestHelper.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/SerializationTestHelper.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.SerializationTestHelper (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/SunReflectFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/SunReflectFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/SunReflectFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/SunReflectFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.SunReflectFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Transformer.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Transformer.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Transformer.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/Transformer.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.Transformer (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/UnexpectedFormatException.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/UnexpectedFormatException.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/UnexpectedFormatException.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/UnexpectedFormatException.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.UnexpectedFormatException (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -113,8 +113,8 @@ Uses of - String -Filter.filter(String in) + java.lang.String +Filter.filter(java.lang.String in)
          This filter transforms the input string and returns the results as @@ -122,8 +122,8 @@ Uses of - String -ControlFilter.filter(String in) + java.lang.String +ControlFilter.filter(java.lang.String in)
            @@ -131,8 +131,8 @@ Uses of static void -Transformer.transform(String in, - String out, +Transformer.transform(java.lang.String in, + java.lang.String out, Filter filter)
@@ -141,8 +141,8 @@ Uses of static void -Transformer.transform(String in, - String out, +Transformer.transform(java.lang.String in, + java.lang.String out, Filter[] filters)
Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLDateFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLDateFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLDateFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLDateFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.XMLDateFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLLineAttributeFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLLineAttributeFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLLineAttributeFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLLineAttributeFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.XMLLineAttributeFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLTimestampFilter.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLTimestampFilter.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLTimestampFilter.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/class-use/XMLTimestampFilter.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Class org.apache.log4j.util.XMLTimestampFilter (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-frame.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-frame.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-frame.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-frame.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + org.apache.log4j.util (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-summary.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-summary.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-summary.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-summary.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + org.apache.log4j.util (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-tree.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-tree.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-tree.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-tree.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + org.apache.log4j.util Class Hierarchy (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - + @@ -92,7 +92,7 @@ Hierarchy For Package org.apache.log4j.u Class Hierarchy
    -
  • java.lang.Object
      +
    • java.lang.Object
      • org.apache.log4j.util.AbsoluteDateAndTimeFilter (implements org.apache.log4j.util.Filter)
      • org.apache.log4j.util.AbsoluteTimeFilter (implements org.apache.log4j.util.Filter)
      • org.apache.log4j.util.Compare
      • org.apache.log4j.util.ControlFilter (implements org.apache.log4j.util.Filter) @@ -102,9 +102,9 @@ Class Hierarchy
      • org.apache.log4j.util.MDCOrderFilter (implements org.apache.log4j.util.Filter)
      • org.apache.log4j.util.RelativeTimeFilter (implements org.apache.log4j.util.Filter)
      • org.apache.log4j.util.SerializationTestHelper
      • org.apache.log4j.util.SunReflectFilter (implements org.apache.log4j.util.Filter) -
      • java.lang.Throwable (implements java.io.Serializable) +
      • java.lang.Throwable (implements java.io.Serializable)
          -
        • java.lang.Exception
        • org.apache.log4j.util.Transformer
        • org.apache.log4j.util.XMLDateFilter (implements org.apache.log4j.util.Filter) Modified: logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-use.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-use.html?rev=1035516&r1=1035515&r2=1035516&view=diff ============================================================================== --- logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-use.html (original) +++ logging/site/trunk/docs/log4j/companions/extras/testapidocs/org/apache/log4j/util/package-use.html Tue Nov 16 02:12:05 2010 @@ -2,13 +2,13 @@ - + Uses of Package org.apache.log4j.util (Apache Extras Companion™ for Apache log4j™. 1.1 Test API) - +