Example #1
0
 @Override
 protected List<Attribute> doGetAttributes(String[] names) throws ProxyException {
   return metaFile.getAttributes(names);
 }
Example #2
0
 @Override
 protected Presentation doGetPresentation() {
   // redirect to meta file
   return metaFile.getPresentation();
 }
Example #3
0
 @Override
 protected List<String> doGetAttributeNames() throws ProxyException {
   return metaFile.getAttributeNames();
 }