org.objectweb.jonathan.kernel.api
Class Kernel
java.lang.Object
org.objectweb.jonathan.kernel.api.Kernel
- public final class Kernel
- extends Object
This class provides a method to compute the bootstrap configuration,
generated from the file /usr/src/build/534056-noarch/BUILD/jonathancore/src/org/objectweb/jonathan/kernel/api/Kernel.kcf.
Method Summary |
static org.objectweb.jonathan.apis.kernel.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 |
Kernel
public Kernel()
newConfiguration
public static org.objectweb.jonathan.apis.kernel.Context newConfiguration(Class c)
- Returns the effective bootstrap configuration.
- Parameters:
c
- the class of the caller of this method.
- Returns:
- the bootstrap configuration.