コード例 #1
0
ファイル: FSNodeProxyNode.java プロジェクト: NLeSC/Platinum
 @Override
 protected List<Attribute> doGetAttributes(String[] names) throws ProxyException {
   return metaFile.getAttributes(names);
 }
コード例 #2
0
ファイル: FSNodeProxyNode.java プロジェクト: NLeSC/Platinum
 @Override
 protected Presentation doGetPresentation() {
   // redirect to meta file
   return metaFile.getPresentation();
 }
コード例 #3
0
ファイル: FSNodeProxyNode.java プロジェクト: NLeSC/Platinum
 @Override
 protected List<String> doGetAttributeNames() throws ProxyException {
   return metaFile.getAttributeNames();
 }