com.gisgraphy.helper
Class ClassNameHelper
java.lang.Object
com.gisgraphy.helper.ClassNameHelper
public class ClassNameHelper
- extends Object
Some useful (hack) functions
- Author:
- David Masclet
Field Summary |
protected static org.slf4j.Logger |
logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.slf4j.Logger logger
ClassNameHelper
public ClassNameHelper()
stripEnhancerClass
public static String stripEnhancerClass(String className)
- This strips the cglib class name out of the enhanced classes.
- Parameters:
className
- the name of the class
- Returns:
- the striped name, or the GisFeture className if an error occured
Copyright © 2012. All Rights Reserved.