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/14 09:11:32 UTC

[jira] Closed: (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 closed HARMONY-4611.
-----------------------------


> [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
>            Assignee: Leo Li
>         Attachments: harmony-4611(e).diff, 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.