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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeMetaData(OutputStream out, ResourceWithMetadata resource, Map<String,ResourceWithMetadata> allApiResources)
Write the metadata to the OutputStream
-
-
-
Method Detail
-
writeMetaData
void writeMetaData(OutputStream out, ResourceWithMetadata resource, Map<String,ResourceWithMetadata> allApiResources) throws IOException
Write the metadata to the OutputStream- Parameters:
out
- OutputStreamresource
- - the selected resourceallApiResources
- - all resources for the API version- Throws:
IOException
-
-