public class PathUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getFullyQualifiedImplClassName(String path)
Given a template path, return the fully qualified name of the implementation class for that
template.
|
static String |
getFullyQualifiedIntfClassName(String path)
Given a template path, return the fully qualified name of the interface class for that
template.
|
static String |
getImplClassName(String path)
Given a template path, return the name of the implementation class for that template.
|
static String |
getImplPackageName(String path)
Given a template path, return the name of the package in which the implementation class for
that template lives.
|
static String |
getIntfClassName(String path)
Given a template path, return the name of the interface class for that template.
|
static String |
getIntfPackageName(String path)
Given a template path, return the name of the package in which the interface class for that
template lives.
|
static String |
getPathForProxyClass(Class<?> clazz)
Given a proxy class, return the corresponding template path.
|
public static String getIntfClassName(String path)
path
- the template pathpublic static String getImplClassName(String path)
p_path
- the template pathpublic static String getIntfPackageName(String path)
path
- the template pathpublic static String getImplPackageName(String path)
path
- the template pathpublic static String getFullyQualifiedIntfClassName(String path)
path
- the template pathpublic static String getFullyQualifiedImplClassName(String path)
path
- the template pathCopyright © 2003–2017 Jamon developers. All rights reserved.