com.atlassian.jira.imports.project.handler
Class AbstractImportPartitionHandler
java.lang.Object
com.atlassian.jira.imports.project.handler.AbstractImportPartitionHandler
- All Implemented Interfaces:
- ImportEntityHandler
- Direct Known Subclasses:
- IssuePartitonHandler, IssueRelatedEntitiesPartionHandler
public abstract class AbstractImportPartitionHandler
- extends Object
- implements ImportEntityHandler
Abstract base class that will print "" open and closing tags at the begining and
end of handling a document.
- Since:
- v3.13
Method Summary |
void |
assertModelEntityForName(org.ofbiz.core.entity.model.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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractImportPartitionHandler
public AbstractImportPartitionHandler(PrintWriter printWriter,
String encoding)
startDocument
public void startDocument()
- Description copied from interface:
ImportEntityHandler
- Provides the implementation an opportunity to perform some action when the document is starting to
be read.
- Specified by:
startDocument
in interface ImportEntityHandler
endDocument
public void endDocument()
- Description copied from interface:
ImportEntityHandler
- Provides the implementation an opportunity to perform some action when the document is finished being read.
- Specified by:
endDocument
in interface ImportEntityHandler
assertModelEntityForName
public void assertModelEntityForName(org.ofbiz.core.entity.model.ModelEntity modelEntity,
String expectedName)
getEncoding
public String getEncoding()
Copyright © 2002-2012 Atlassian. All Rights Reserved.