Interface ResourceMetaDataWriter

  • All Known Implementing Classes:
    WebScriptOptionsMetaData

    public interface ResourceMetaDataWriter
    Writes out the metadata for resources in the required format. The resources will already be selected based on api version
    Author:
    Gethin James
    • Method Detail

      • writeMetaData

        void writeMetaData​(java.io.OutputStream out,
                           ResourceWithMetadata resource,
                           java.util.Map<java.lang.String,​ResourceWithMetadata> allApiResources)
                    throws java.io.IOException
        Write the metadata to the OutputStream
        Parameters:
        out - OutputStream
        resource - - the selected resource
        allApiResources - - all resources for the API version
        Throws:
        java.io.IOException