}
public void deploy() throws TemplateInstallationException
{
try {
notifyObservers(new AppDeployedEvent(), this);
logger.info(Messages.APP_DEPLOYED_LOG_MSG, getName(), dir().getPath());
}
catch (IllegalStateException e) {
logger.error(Messages.APP_DEPLOYMENT_FAILED_LOG_MSG, getName(), dir().getPath());
throw new TemplateInstallationException(e);