public class

DefaultEntityXmlWriter

extends Object
implements EntityXmlWriter
java.lang.Object
   ↳ com.atlassian.jira.action.admin.export.DefaultEntityXmlWriter

Class Overview

A writer that performs no transformations before writing the GenericValue to XML

Summary

Public Constructors
DefaultEntityXmlWriter()
Public Methods
void writeXmlText(GenericValue entity, PrintWriter writer)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.action.admin.export.EntityXmlWriter

Public Constructors

public DefaultEntityXmlWriter ()

Public Methods

public void writeXmlText (GenericValue entity, PrintWriter writer)