You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "John Liu (JIRA)" <ji...@apache.org> on 2007/08/08 09:50:59 UTC

[jira] Updated: (HARMONY-4611) [classlib][luni][java6]Add new methods and testcases in java.io.File for java6

     [ 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.