Interface ResourceMetaDataWriter
-
- All Known Implementing Classes:
WebScriptOptionsMetaData
public interface ResourceMetaDataWriterWrites 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 voidwriteMetaData(java.io.OutputStream out, ResourceWithMetadata resource, java.util.Map<java.lang.String,ResourceWithMetadata> allApiResources)Write the metadata to the OutputStream
-
-
-
Method Detail
-
writeMetaData
void writeMetaData(java.io.OutputStream out, ResourceWithMetadata resource, java.util.Map<java.lang.String,ResourceWithMetadata> allApiResources) throws java.io.IOExceptionWrite the metadata to the OutputStream- Parameters:
out- OutputStreamresource- - the selected resourceallApiResources- - all resources for the API version- Throws:
java.io.IOException
-
-