- All Implemented Interfaces:
- MetadataProvider
public abstract class AbstractMetadataProvider
extends Object
implements MetadataProvider
A common DatasetRepository base class to simplify implementation.
Implementers can use this class to maintain compatibility with old API calls,
without needing to implement deprecated methods. It also includes backwards-
compatible implementations of current API methods so that implementers don't
need to implement deprecated methods.