Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 36742 invoked from network); 8 Aug 2007 07:51:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2007 07:51:26 -0000 Received: (qmail 24980 invoked by uid 500); 8 Aug 2007 07:51:25 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 24894 invoked by uid 500); 8 Aug 2007 07:51:25 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 24885 invoked by uid 99); 8 Aug 2007 07:51:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 00:51:25 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 07:51:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 372F4714168 for ; Wed, 8 Aug 2007 00:50:59 -0700 (PDT) Message-ID: <5929147.1186559459206.JavaMail.jira@brutus> Date: Wed, 8 Aug 2007 00:50:59 -0700 (PDT) From: "John Liu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4611) [classlib][luni][java6]Add new methods and testcases in java.io.File for java6 In-Reply-To: <29096341.1186559339495.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Liu updated HARMONY-4611: ------------------------------ Attachment: HARMONY-4611.diff > [classlib][luni][java6]Add new methods and testcases in java.io.File for java6 > ------------------------------------------------------------------------------ > > Key: HARMONY-4611 > URL: https://issues.apache.org/jira/browse/HARMONY-4611 > Project: Harmony > Issue Type: New Feature > Components: Classlib > Reporter: John Liu > Attachments: HARMONY-4611.diff > > > Add new methods in java.io.File for JDK6 and testcases > public long getTotalSpace() > public long getUsableSpace() > public long getFreeSpace() > public boolean setReadable(boolean readable, boolean ownerOnly) > public boolean setReadable(boolean readable) > public boolean setWritable(boolean writable, boolean ownerOnly) > public boolean setWritable(boolean writable) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.