A service provider interface for metadata system plugins.
Implementations of {@link DatasetRepository} are written against thisinterface and, by extension, can store dataset metadata information contained in the {@link DatasetDescriptor} in a system of the user's choosing.
Implementations of {@link MetadataProvider} are typically not thread-safe; that is,the behavior when accessing a single instance from multiple threads is undefined.
A service provider interface for metadata system plugins.
Implementations of {@link MetadataProvider} are typically not thread-safe; that is,the behavior when accessing a single instance from multiple threads is undefined.
|
|
|
|
|
|
|
|
|
|