properties.put(propertyName.getLocalName(), property.getFirstValue());
} else {
properties.put(propertyName.getLocalName(), property.getValuesAsArray());
}
}
SequencerConfig config = new SequencerConfig(name, desc, properties, classname, classpath,
goodExpressionStrings);
configs.add(config);
}
} catch (PathNotFoundException e) {
// no detectors registered ...