org.hudsonci.utils.tasks
Class FetchClassLocation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchClassLocation
public FetchClassLocation(String className)
FetchClassLocation
public FetchClassLocation(Class type)
call
public FilePath call()
throws Exception
- Specified by:
call in interface Callable<FilePath,Exception>
- Throws:
Exception
Copyright © 2004-2011 Hudson. All Rights Reserved.