Interface ResourceMetadataHolder

All Known Implementing Classes:
ResourceWithMetadata

public interface ResourceMetadataHolder
An object that holds a reference to resource metadata.
Since:
1.54
Version:
1.0
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the resource metadata.
  • Method Details

    • getMetadata

      ResourceMetadata getMetadata()
      Get the resource metadata.
      Returns:
      the metadata, or null if not available