com.gisgraphy.helper
Class ClassNameHelper

java.lang.Object
  extended by com.gisgraphy.helper.ClassNameHelper

public class ClassNameHelper
extends java.lang.Object

Some useful (hack) functions

Author:
David Masclet

Field Summary
protected static org.slf4j.Logger logger
           
 
Constructor Summary
ClassNameHelper()
           
 
Method Summary
static java.lang.String stripEnhancerClass(java.lang.String className)
          This strips the cglib class name out of the enhanced classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.slf4j.Logger logger
Constructor Detail

ClassNameHelper

public ClassNameHelper()
Method Detail

stripEnhancerClass

public static java.lang.String stripEnhancerClass(java.lang.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 © 2010. All Rights Reserved.