コード例 #1
0
ファイル: Hive.java プロジェクト: manuel-woelker/swarmdb
 /**
  * Retrieves the location of this hive.
  *
  * @return the location in the filesystem.
  */
 public File getLocation() {
   return repository.getDirectory();
 }