public class EntityPropertyParserImpl extends Object implements EntityPropertyParser
ENTITY_PROPERTY_ENTITY_NAME| Constructor and Description |
|---|
EntityPropertyParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
ExternalEntityProperty |
parse(Map<String,String> attributes)
Parses the entity property data from the backup XML.
|
public ExternalEntityProperty parse(Map<String,String> attributes) throws ParseException
EntityPropertyParserparse in interface EntityPropertyParserattributes - is a map of key value pairs that represent the attributes of an ExternalEntityProperty. The
following attributes are required, otherwise a ParseException will be thrown:ParseException - if the required fields are not found in the attributes mapCopyright © 2002-2023 Atlassian. All Rights Reserved.