|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.lang.Packages
public final class Packages
Utilities for dealing with packages.
| Method Summary | |
|---|---|
static String |
absolutePath(Class<?> p,
String path)
Takes a package and a path to a resource and returns an absolute path to the resource. |
static String |
absolutePath(Package p,
String relativePath)
Takes a package and a path to a resource and returns an absolute path to the resource. |
static String |
absolutePath(String packageName,
String path)
Takes a package and a path to a resource and returns an absolute path to the resource. |
static String |
extractPackageName(Class<?> forClass)
Determines the package name for the given class. |
static String |
parent(String packageName)
Gets the parent package name. |
static String |
resolveScope(Class<?> forClass)
Resolve scope for the given class by extracting it's package name and converting all dots to slashes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String absolutePath(Class<?> p,
String path)
See absolutePath(String, String) for details.
p - The package to start atpath - The path to the resource
public static String absolutePath(Package p,
String relativePath)
See absolutePath(String, String) for details.
p - The package to start atrelativePath - The path to the resource
public static String absolutePath(String packageName,
String path)
Note: The returned absolute path does not start with a slash ("/").
packageName - The package to start atpath - The path to the resource
public static String extractPackageName(Class<?> forClass)
forClass - the class
public static String parent(String packageName)
packageName - The Package name
public static String resolveScope(Class<?> forClass)
forClass - the class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||