public class MetadataXMLCreator extends Object
Modifier and Type | Method and Description |
---|---|
static void |
writeMetadata(MetadataRepositoryConnector repositoryConnector,
Writer writer,
ContentMetadata metadata)
Writes the ContentMetadata to the writer.
|
public static void writeMetadata(MetadataRepositoryConnector repositoryConnector, Writer writer, ContentMetadata metadata) throws IOException
writer
- The Writer the metadata is to write.metadata
- The ContentMetadata to write.configuration
- The Configuration of the calling RepositoryConnector.IOException
- If writing metadata fails.Copyright © 2019 Communote team. All rights reserved.