|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.wicket.util.lang.Packages
public final class Packages
Utilities for dealing with packages.
Method Summary | |
---|---|
static String |
absolutePath(Class<?> p,
String relativePath)
Takes a package and a relative path to a resource and returns an absolute path to the resource. |
static String |
absolutePath(Package p,
String relativePath)
Takes a package and a relative path to a resource and returns an absolute path to the resource. |
static String |
absolutePath(String packageName,
String relativePath)
Takes a package and a relative 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 relativePath)
p
- The package to start atrelativePath
- The relative path to the class
public static String absolutePath(Package p, String relativePath)
p
- The package to start atrelativePath
- The relative path to the class
public static String absolutePath(String packageName, String relativePath)
packageName
- The package to start atrelativePath
- The relative path to the class
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 |