public class AttachmentParserImpl extends Object implements AttachmentParser
Modifier and Type | Field and Description |
---|---|
protected String |
attachmentPath |
ATTACHMENT_ENTITY_NAME
Constructor and Description |
---|
AttachmentParserImpl(AttachmentStore attachmentStore,
String attachmentPath) |
Modifier and Type | Method and Description |
---|---|
File |
getAttachmentDirectory(ExternalProject project,
String issueKey) |
File |
getAttachmentFile(ExternalAttachment attachment,
ExternalProject project,
String issueKey)
Returns the full path, on disk, to where the attachment file should be stored based on the provided inputs.
|
boolean |
isUsingOriginalKeyPath(ExternalProject project) |
ExternalAttachment |
parse(Map<String,String> attributes)
Parses the file attachment data from the backup XML.
|
protected final String attachmentPath
public AttachmentParserImpl(AttachmentStore attachmentStore, String attachmentPath)
public ExternalAttachment parse(Map<String,String> attributes) throws ParseException
AttachmentParser
parse
in interface AttachmentParser
attributes
- is a map of key value pairs that represent the attributes of an ExternalAttachment. The following
attributes are required, otherwise a ParseException will be thrown:ParseException
- if the required fields are not found in the attributes mappublic boolean isUsingOriginalKeyPath(ExternalProject project)
isUsingOriginalKeyPath
in interface AttachmentParser
public File getAttachmentDirectory(ExternalProject project, String issueKey)
getAttachmentDirectory
in interface AttachmentParser
public File getAttachmentFile(ExternalAttachment attachment, ExternalProject project, String issueKey)
AttachmentParser
getAttachmentFile
in interface AttachmentParser
attachment
- represents the database row for an attachment from the backup.project
- the backup project key, used to determine the path to the attachment file.issueKey
- the issue key that the attachment is associated with, used to determine the path to the attachment file.Copyright © 2002-2022 Atlassian. All Rights Reserved.