}
private void sendFileInstallComplete(String artifactName)
{
logInfo("Install complete for file: " + artifactName);
InstallStatusEvent evt = installStatusEventFactory.create(InstallEventType.FILE_INSTALL_COMPLETE);
evt.setArtifactName(artifactName);
sendEvent(evt);
}