Uses of Interface
com.atlassian.jira.action.admin.export.EntityXmlWriter

Packages that use EntityXmlWriter
com.atlassian.jira.action.admin.export   
 

Uses of EntityXmlWriter in com.atlassian.jira.action.admin.export
 

Classes in com.atlassian.jira.action.admin.export that implement EntityXmlWriter
 class AnonymisingEntityXmlWriter
          A writer that replaces many characters with 'x' characters, for the purposes of anonymising data.
 class DefaultEntityXmlWriter
          A writer that performs no transformations before writing the GenericValue to XML
 

Methods in com.atlassian.jira.action.admin.export with parameters of type EntityXmlWriter
 long DefaultSaxEntitiesExporter.exportEntities(OutputStream outputStream, TreeSet entityNames, EntityXmlWriter entityWriter, User exportingUser)
           
 long EntitiesExporter.exportEntities(OutputStream outputStream, TreeSet entityNames, EntityXmlWriter entityWriter, User exportingUser)
          Exports the entities in the TreeSet to the outputStream.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.