* @param deploy_engine refearnce to engine registry inorder to inform the updates
*/
public RepositoryListenerImpl(String folderName,
DeploymentEngine deploy_engine) {
this.folderName = folderName;
wsInfoList = new WSInfoList(deploy_engine);
this.deEngine = deploy_engine;
init();
}