- 更新日時:
- 2014/12/29 10:01:51 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/src/java/org/biohackathon/SPARQLBuilder/endpointMetadata/MetadataFile.java
r197 r226 41 41 } 42 42 43 public String get Path(){43 public String getFilePath(){ 44 44 return path.getAbsolutePath(); 45 45 } … … 324 324 } 325 325 326 327 328 326 329 private void readFile(File file) throws Exception{ 327 330 System.out.println("readfile: " + file.getAbsolutePath());