Class JarFinder

java.lang.Object
org.apache.hadoop.hbase.mapreduce.JarFinder

@Private public final class JarFinder extends Object
Finds the Jar for a class. If the class is in a directory in the classpath, it creates a Jar on the fly with the contents of the directory and returns the path to that Jar. If a Jar is created, it is created in the system temporary directory. This file was forked from hadoop/common/branches/branch-2@1377176.