private ThrowableCaughtPublisher throwableListenerPublisher = new ThrowableCaughtPublisher();
private LinkedHashMap<String, Resource> resourceToCopyMap = new LinkedHashMap<String, Resource>();
private List<SpecificationProcessingListener> specificationProcessingListeners = new ArrayList<SpecificationProcessingListener>();
public BreadcrumbCssRemovedConcordionBuilder() {
this.throwableListenerPublisher = new ThrowableCaughtPublisher();
withThrowableListener(new ThrowableRenderer());
commandRegistry.register("", "specification", specificationCommand);
withApprovedCommand(NAMESPACE_CONCORDION_2007, "run", runCommand);
withApprovedCommand(NAMESPACE_CONCORDION_2007, "execute", executeCommand);