hudson.plugins.disk_usage
Class DiskUsageThread.DiskUsageCallable

java.lang.Object
  extended by 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

Field Summary
static Logger LOGGER
           
 
Constructor Summary
DiskUsageThread.DiskUsageCallable(hudson.FilePath filePath)
           
 
Method Summary
 Long call()
           
static Long getFileSize(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final Logger LOGGER
Constructor Detail

DiskUsageThread.DiskUsageCallable

public DiskUsageThread.DiskUsageCallable(hudson.FilePath filePath)
Method Detail

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-2012. All Rights Reserved.