org.jmythapi.protocol.response
Interface IBasicFreeSpace

All Superinterfaces:
IVersionable
All Known Subinterfaces:
IFreeSpace, IFreeSpaceList, IFreeSpaceListEntry, IFreeSpaceSummary
All Known Implementing Classes:
AFreeSpace, FreeSpace, FreeSpaceList, FreeSpaceList.Entry, FreeSpaceSummary

public interface IBasicFreeSpace
extends IVersionable

An interface to get the free disk space of a MythTV backend.


Method Summary
 Long getFreeSpace()
          Gets the free space on file system.
 Long getTotalSpace()
          Gets the total space on file system.
 Long getUsedSpace()
          Gets the used space on file system.
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 

Method Detail

getTotalSpace

Long getTotalSpace()
Gets the total space on file system.

Returns:
total space

getUsedSpace

Long getUsedSpace()
Gets the used space on file system.

Returns:
used space

getFreeSpace

Long getFreeSpace()
Gets the free space on file system.

Returns:
free space


Copyright © 2008-2013. All Rights Reserved.