public abstract class

AbstractImportPartitionHandler

extends Object
implements ImportEntityHandler
java.lang.Object
   ↳ com.atlassian.jira.imports.project.handler.AbstractImportPartitionHandler
Known Direct Subclasses

Class Overview

Abstract base class that will print "" open and closing tags at the begining and end of handling a document.

Summary

Fields
protected final GenericDelegator delegator
Public Constructors
AbstractImportPartitionHandler(PrintWriter printWriter, String encoding, DelegatorInterface delegatorInterface)
Public Methods
void assertModelEntityForName(ModelEntity modelEntity, String expectedName)
void endDocument()
Provides the implementation an opportunity to perform some action when the document is finished being read.
String getEncoding()
void startDocument()
Provides the implementation an opportunity to perform some action when the document is starting to be read.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.imports.project.handler.ImportEntityHandler

Fields

protected final GenericDelegator delegator

Public Constructors

public AbstractImportPartitionHandler (PrintWriter printWriter, String encoding, DelegatorInterface delegatorInterface)

Public Methods

public void assertModelEntityForName (ModelEntity modelEntity, String expectedName)

public void endDocument ()

Provides the implementation an opportunity to perform some action when the document is finished being read.

public String getEncoding ()

public void startDocument ()

Provides the implementation an opportunity to perform some action when the document is starting to be read.