INNER CODE UNIT · Java

Activator

b3dgs/lionengine · plugins/com.b3dgs.lionengine.editor/src/com/b3dgs/lionengine/editor/Activator.java:38

public class Activator implements BundleActivator
{
    /** Plugin name. */
    public static final String PLUGIN_NAME = Constant.ENGINE_NAME + " Editor";
    /** Plugin version. */
    public static final Version PLUGIN_VERSION = Constant.ENGINE_VERSION;
    /** Plugin website. */
    public static final String PLUGIN_WEBSITE = Constant.ENGINE_WEBSITE;
    /** Plugin ID. */
    public static final String PLUGIN_ID = "com.b3dgs.lionengine.editor";

    /**
     * Configure log4j from file.
     * 
     * @param bundle The bundle reference.
     * @throws IOException If error.
     */
    private static void configureLog4j(Bundle bundle) throws IOException

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…