コード例 #1
0
ファイル: SRMDir.java プロジェクト: skoulouzis/vbrowser
  private TMetaDataPathDetail fetchFullDetails() throws VrsException {
    // check if full details have been fetched. If not fetch them.
    if (srmDetails == null) {
      srmDetails = srmfs.queryPath(getPath());
    }

    return srmDetails;
  }