org.objectweb.jonathan.libs.kernel.helpers

Class 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.

Method Summary

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

Method Details

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.