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 Summary
Modifier and TypeMethodDescriptionvoid
writeMetaData
(OutputStream out, ResourceWithMetadata resource, Map<String, ResourceWithMetadata> allApiResources) Write the metadata to the OutputStream
-
Method Details
-
writeMetaData
void writeMetaData(OutputStream out, ResourceWithMetadata resource, Map<String, ResourceWithMetadata> allApiResources) throws IOExceptionWrite the metadata to the OutputStream- Parameters:
out
- OutputStreamresource
- - the selected resourceallApiResources
- - all resources for the API version- Throws:
IOException
-