public class JarLocation extends Object
| Constructor and Description |
|---|
JarLocation() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String fileName) |
static File |
get() |
static File |
jarFromPrefix(String prefix) |
static File |
jarFromRegex(String regex) |
static File |
jarFromResource(ClassLoader loader,
String resourceName) |
static File |
jarFromResource(String resourceName) |
static File |
jarLocation(Class clazz) |
public static File get()
public static File jarFromResource(ClassLoader loader, String resourceName)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.