hudson.plugins.disk_usage
Class DiskUsageThread.DiskUsageCallable
java.lang.Object
hudson.plugins.disk_usage.DiskUsageThread.DiskUsageCallable
- All Implemented Interfaces:
- hudson.remoting.Callable<Long,IOException>, Serializable
- Enclosing class:
- DiskUsageThread
public static class DiskUsageThread.DiskUsageCallable
- extends Object
- implements hudson.remoting.Callable<Long,IOException>
A Callable which computes disk usage of remote file object
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
public static final Logger LOGGER
DiskUsageThread.DiskUsageCallable
public DiskUsageThread.DiskUsageCallable(hudson.FilePath filePath)
call
public Long call()
throws IOException
- Specified by:
call in interface hudson.remoting.Callable<Long,IOException>
- Throws:
IOException
getFileSize
public static Long getFileSize(File f)
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.