net.sf.jlayercheck.util
Class StringUtils

java.lang.Object
  extended by net.sf.jlayercheck.util.StringUtils

public class StringUtils
extends Object


Constructor Summary
StringUtils()
           
 
Method Summary
static String getPackageName(String classname)
          Returns the package name part of the given class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

getPackageName

public static String getPackageName(String classname)
Returns the package name part of the given class name. E.g. if the given classname is "java/lang/System", it returns "java/lang".

Parameters:
classname -
Returns:


Copyright © 2007. All Rights Reserved.