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
ModuleExceptionpublic String getDownloadURL()
public String getModuleId()
public String getCurrentVersion()
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.