/**
  * Sets host URL.
  *
  * @param hostUrl host URL
  */
 public void setHostUrl(String hostUrl) {
   _harvestRepository.setHostUrl(hostUrl);
 }