com.croftsoft.core.lang.classloader
Class ClassLoaderLib

java.lang.Object
  extended by com.croftsoft.core.lang.classloader.ClassLoaderLib

public class ClassLoaderLib
extends Object

Static library for use with custom ClassLoaders.

Version:
1998-10-04
Author:
David Wallace Croft

Method Summary
static String parsePackageName(String className)
          Parses the package name out of a full class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parsePackageName

public static String parsePackageName(String className)
Parses the package name out of a full class name. Returns the empty string ("") if the class is not in a package.


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)