org.objectweb.jonathan.libs.kernel.helpers
Class BootKernel

java.lang.Object
  extended byorg.objectweb.jonathan.libs.kernel.helpers.BootKernel

public final class BootKernel
extends java.lang.Object

This class provides a method to compute the bootstrap configuration, generated from the file src/org/objectweb/jonathan/libs/kernel/helpers/BootKernel.kcf.


Constructor Summary
BootKernel()
           
 
Method Summary
static Context newConfiguration(java.lang.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

BootKernel

public BootKernel()
Method Detail

newConfiguration

public static Context newConfiguration(java.lang.Class c)
Returns the effective bootstrap configuration.

Parameters:
c - the class of the caller of this method.
Returns:
the bootstrap configuration.