com.atlassian.jira.action.admin.export
Class DefaultEntityXmlWriter

java.lang.Object
  extended by com.atlassian.jira.action.admin.export.DefaultEntityXmlWriter
All Implemented Interfaces:
EntityXmlWriter

public class DefaultEntityXmlWriter
extends Object
implements EntityXmlWriter

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


Constructor Summary
DefaultEntityXmlWriter()
           
 
Method Summary
 void writeXmlText(org.ofbiz.core.entity.GenericValue entity, PrintWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEntityXmlWriter

public DefaultEntityXmlWriter()
Method Detail

writeXmlText

public void writeXmlText(org.ofbiz.core.entity.GenericValue entity,
                         PrintWriter writer)
Specified by:
writeXmlText in interface EntityXmlWriter


Copyright © 2002-2012 Atlassian. All Rights Reserved.