}
return url;
}
public void loadSpecification(String propagationSpecFileName) throws MaltChainedException {
PropagationSpecsReader reader = new PropagationSpecsReader();
reader.load(findURL(propagationSpecFileName), propagationSpecs);
propagations = new Propagations(propagationSpecs, configDirectory.getInputDataFormatInstance());
}