use of com.qcadoo.plugin.internal.stateresolver.InternalPluginStateResolver in project qcadoo by qcadoo.
the class IntegrationTest method resetPluginUtils.
private void resetPluginUtils() {
InternalPluginStateResolver pluginStateResolver = new DefaultPluginStateResolver();
pluginStateResolver.setPluginAccessor(applicationContext.getBean(PluginAccessor.class));
PluginUtilsService pluginUtil = new PluginUtilsService(pluginStateResolver);
pluginUtil.init();
}
Aggregations