Beispiel #1
0
 /**
  * Get the repository path from the connection.
  *
  * @return the repository path, e.g. /home/bob/cvs. Delegated to the Connection in this case
  * @see Connection#getRepository()
  */
 public String getRepository() {
   return connection.getRepository();
 }