org.objectweb.jonathan.apis.kernel
Class Kernel

java.lang.Object
  |
  +--org.objectweb.jonathan.apis.kernel.Kernel

public final class Kernel
extends Object

This class provides a method to compute the bootstrap configuration, generated from the file Kernel.xml.


Constructor Summary
Kernel()
           
 
Method Summary
static Context newConfiguration(Class c)
          Returns the effective bootstrap configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kernel

public Kernel()
Method Detail

newConfiguration

public static Context newConfiguration(Class c)
Returns the effective bootstrap configuration.
Parameters:
c - the class of the caller of this method.
Returns:
the bootstrap configuration.