Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 60596 invoked from network); 21 Aug 2006 19:20:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2006 19:20:38 -0000 Received: (qmail 37321 invoked by uid 500); 21 Aug 2006 19:20:29 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 37281 invoked by uid 500); 21 Aug 2006 19:20:29 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 37265 invoked by uid 99); 21 Aug 2006 19:20:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 12:20:29 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO nz-out-0102.google.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 12:20:28 -0700 Received: by nz-out-0102.google.com with SMTP id m22so771673nzf for ; Mon, 21 Aug 2006 12:20:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer:sender; b=UYIGg2DSMfwQD/i7blC2RlnUqr4AXRTBaOkdAjM04Krj5g1drbhxH6IQus0AikZiBunBa2yN0Lj9k9jNsakZu1o/K+jTm6R0SFsJDnDi53xYVwKtZz1xH2gQZPbksfeRzTCloyqrPfcqAismDFfaKx2o7ZXH5e4TcTBBg3kUAyY= Received: by 10.65.81.19 with SMTP id i19mr7253771qbl; Mon, 21 Aug 2006 12:20:07 -0700 (PDT) Received: from ?10.0.1.4? ( [24.7.69.241]) by mx.gmail.com with ESMTP id q19sm17125qbq.2006.08.21.12.20.05; Mon, 21 Aug 2006 12:20:07 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <23D31F5E-5D27-4CB6-AC12-146C97FB9B96@gmail.com> References: <23D31F5E-5D27-4CB6-AC12-146C97FB9B96@gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-8--360341849 Message-Id: From: Jason Dillon Subject: Re: GERONIMO-1526 Date: Mon, 21 Aug 2006 12:20:00 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-8--360341849 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed I'd also drop the public modifier for methods... its redundant ;-) --jason On Aug 21, 2006, at 10:53 AM, Sachin Patel wrote: > For the following JIRA, where all the module builders assume a jar > file, what if we change all methods that take a JarFile to > something like the following? > > public interface IDeployableModule { > > public String getURI(); > > public File getRoot(); > > public File[] getResourceFolders(); > > public File[] getClassesFolders(); > > public boolean isBinary(); > > public IDeployableModule[] getChildModules(); > } > > -sachin > > --Apple-Mail-8--360341849 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=US-ASCII I'd also drop the public = modifier for methods... its redundant ;-)

--jason


On Aug 21, = 2006, at 10:53 AM, Sachin Patel wrote:

For the following JIRA, where all the module = builders assume a jar file, what if we change all methods that take a = JarFile to something like the following?

public interface IDeployableModule = {

public String = getURI();

public File = getRoot();

public File[] = getResourceFolders();

public File[] getClassesFolders();

public boolean = isBinary();

public IDeployableModule[] = getChildModules();
}

-sachin

=


= --Apple-Mail-8--360341849--