labelGenerator = (StandardLabelGenerator) c.newInstance(new Object[]{
ls
});
loggingManager.info("JaWEManager -> Working with '" + lgClass + "' implementation of Label Generator");
} catch (Exception ex) {
labelGenerator = new StandardLabelGenerator();
if (JaWE.getJaWEVersion() != JaWE.COMMUNITY_VERSION) {
String msg = "JaweManager -> Problems while instantiating Label Generator '" + lgClass + "' - using default implementation!";
loggingManager.error(msg, ex);
} else {
loggingManager.info("JaWEManager -> Working with '" + StandardLabelGenerator.class.getName() + "' implementation of Label Generator");