org.hudsonci.utils.tasks
Class FetchClassLocation

java.lang.Object
  extended by org.hudsonci.utils.tasks.FetchClassLocation
All Implemented Interfaces:
Callable<FilePath,Exception>, Serializable

public class FetchClassLocation
extends Object
implements Callable<FilePath,Exception>

Fetches the jar file reference in which the given class is located.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
FetchClassLocation(Class type)
           
FetchClassLocation(String className)
           
 
Method Summary
 FilePath call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FetchClassLocation

public FetchClassLocation(String className)

FetchClassLocation

public FetchClassLocation(Class type)
Method Detail

call

public FilePath call()
              throws Exception
Specified by:
call in interface Callable<FilePath,Exception>
Throws:
Exception


Copyright © 2004-2011 Hudson. All Rights Reserved.