|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectParser
Converts project xml in a JIRA backup to an object representation.
Field Summary | |
---|---|
static String |
PROJECT_ENTITY_NAME
Defines the element name that the parser will handle. |
Method Summary | |
---|---|
void |
parseOther(String elementName,
Map attributes)
This method parses the Project "Email Sender" properties out of OSProperty. |
ExternalProject |
parseProject(Map attributes)
Transforms a set of attributes into an ExternalProject . |
Field Detail |
---|
static final String PROJECT_ENTITY_NAME
Method Detail |
---|
ExternalProject parseProject(Map attributes) throws ParseException
ExternalProject
.
attributes
- is a map of key value pairs that represent the attributes of an ExternalProject. The following
attributes are required, otherwise a ParseException will be thrown:ExternalProject
the attributes contain id and key, never null.
ParseException
- If the attributes are invalid.void parseOther(String elementName, Map attributes)
elementName
- Element Name for this element.attributes
- Map of key-value pairs for this element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |