dsto.dfc.util
Class DfcSystem

java.lang.Object
  extended by dsto.dfc.util.DfcSystem

public final class DfcSystem
extends Object

DFC system utilities.

Version:
$Revision$

Method Summary
static boolean isSystemClass(String className)
          Test if a given class name is a 'system' class, ie a class provided by the JRE or a core extension.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSystemClass

public static boolean isSystemClass(String className)
Test if a given class name is a 'system' class, ie a class provided by the JRE or a core extension. Used primarily by BootStrapLoader to determine whether to let the system classloader handle loading a class.



Copyright © 2008 Commonwealth of Australia