Package io.dropwizard.util
Class JarLocation
- java.lang.Object
-
- io.dropwizard.util.JarLocation
-
public class JarLocation extends Object
A class which encapsulates the location on the local filesystem of the JAR in which the current code is executing.
-
-
Constructor Summary
Constructors Constructor Description JarLocation(Class<?> klass)
-