Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 77660 invoked from network); 20 Jun 2004 23:29:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Jun 2004 23:29:29 -0000 Received: (qmail 14599 invoked by uid 500); 20 Jun 2004 23:29:28 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 14471 invoked by uid 500); 20 Jun 2004 23:29:27 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 14455 invoked by uid 99); 20 Jun 2004 23:29:27 -0000 Received: from [216.6.48.60] (HELO ags01.agsoftware.dnsalias.com) (216.6.48.60) by apache.org (qpsmtpd/0.27.1) with ESMTP; Sun, 20 Jun 2004 16:29:27 -0700 Received: from ags01.agsoftware.dnsalias.com (localhost.localdomain [127.0.0.1]) by ags01.agsoftware.dnsalias.com (8.12.10/8.12.10) with ESMTP id i5KNTD98016440 for ; Sun, 20 Jun 2004 17:29:13 -0600 Received: (from apache@localhost) by ags01.agsoftware.dnsalias.com (8.12.10/8.12.10/Submit) id i5KNTC0S016438; Sun, 20 Jun 2004 17:29:12 -0600 X-Authentication-Warning: ags01.agsoftware.dnsalias.com: apache set sender to agallardo@agssa.net using -f Received: from 10.0.0.5 (SquirrelMail authenticated user agallardo); by ags01.agsoftware.dnsalias.com with HTTP; Sun, 20 Jun 2004 17:29:12 -0600 (CST) Message-ID: <34028.10.0.0.5.1087774152.squirrel@10.0.0.5> In-Reply-To: References: <33606.10.0.0.5.1087721925.squirrel@10.0.0.5> Date: Sun, 20 Jun 2004 17:29:12 -0600 (CST) Subject: RE: Methods to be deprecated. From: "Antonio Gallardo" To: dev@cocoon.apache.org User-Agent: SquirrelMail/1.4.3a-0.f1.1 X-Mailer: SquirrelMail/1.4.3a-0.f1.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Carsten Ziegeler dijo: > +1 Thanks for the positive response, I will deprecate them now.... Best Regards, Antonio Gallardo > > Carsten > >> -----Original Message----- >> From: Antonio Gallardo [mailto:agallardo@agssa.net] >> Sent: Sunday, June 20, 2004 10:59 AM >> To: dev@cocoon.apache.org >> Subject: Methods to be deprecated. >> >> Hi: >> >> In o.a.c.util.ClassUtils this methods are not used at all >> inside cocoon: >> >> 1. public static boolean implementsInterface(String >> className, String iface) >> throws Exception { >> 2. public static boolean implementsInterface(Class class1, >> Class iface) 3. public static long lastModified(Class aClass) >> throws IOException, IllegalArgumentException { 4. >> public static String which(Class aClass) { >> >> Can we deprecate them? >> >> Best Regards, >> >> Antonio Gallardo >> >> >