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