public final class PathHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static URI |
inside(String file)
Returns an URI representing the parent directory of the given path.
|
static URI |
inside(URL url)
Returns an URI representing the parent directory of the given URL.
|
static String |
near(Class aClass)
Returns the package name ready to be used when trying to load modules
from the same package (and below) as the given class.
|
public static String near(Class aClass)
aClass - The class to get the package frompublic static URI inside(URL url)
url - The urlCopyright © 2014–2015 MountainBlade. All rights reserved.