Class ClassTools

java.lang.Object
org.biojava.utils.ClassTools

public class ClassTools extends Object
Utility methods for manipulating class objects and resources.
Since:
1.4
Author:
Thomas Down
  • Method Details

    • getClassLoader

      public static ClassLoader getClassLoader(Object obj)
      Get the classloader which loaded the class of obj.
    • getClassLoader

      public static ClassLoader getClassLoader(Class clazz)
      Get the classloader which loaded clazz. This is a "safe" method which handles null classloaders and returns the system classloader instead.