public class UpdateFileParser extends Object
Constructor and Description |
---|
UpdateFileParser(String s)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCurrentVersion() |
String |
getDownloadURL() |
String |
getModuleId() |
void |
parse()
Parse the contents of the update.rdf file.
|
public UpdateFileParser(String s)
s
- String to parse (Contents of update.rdf file)public void parse() throws ModuleException
ModuleException
- Should set properties from xml file
Should set properties using the newest update
Should not set properties using updates ahead of current openmrs versionpublic String getDownloadURL()
public String getModuleId()
public String getCurrentVersion()
Copyright © 2024 OpenMRS Inc.. All rights reserved.