PluginConfig config1 = new PluginConfig(this.glob, "test:PLUGIN1", true, "org.universe.Plugin1");
RunLevelAction action = new RunLevelAction(this.glob, "LOAD", 3, -1, null, 5);
config1.addAction(action);
action = new RunLevelAction(this.glob, "STOP", -1, 2, null, 4);
config1.addAction(action);
PluginConfig config2 = new PluginConfig(this.glob, "test:PLUGIN2", true, "org.universe.Plugin2");
action = new RunLevelAction(this.glob, "LOAD", 3, -1, null, 5);
config2.addAction(action);
action = new RunLevelAction(this.glob, "STOP", -1, 2, null, 4);