You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/17 17:00:53 UTC

[jira] [Resolved] (WICKET-2302) Add Folder.freeDiskSpace

     [ https://issues.apache.org/jira/browse/WICKET-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-2302.
-------------------------------------

    Resolution: Fixed
    
> Add Folder.freeDiskSpace
> ------------------------
>
>                 Key: WICKET-2302
>                 URL: https://issues.apache.org/jira/browse/WICKET-2302
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>            Reporter: Jonathan Locke
>            Assignee: Martin Grigorov
>            Priority: Trivial
>             Fix For: 1.6.0
>
>
> 	/**
> 	 * @return Disk space free on the partition where this folder lives
> 	 */
> 	public Bytes freeDiskSpace()
> 	{
> 		return Bytes.bytes(super.getFreeSpace());
> 	}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira