|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.module.ModuleFileParser
public class ModuleFileParser
This class will parse a file into an org.openmrs.module.Module object
Constructor Summary | |
---|---|
ModuleFileParser(java.io.File moduleFile)
Constructor |
|
ModuleFileParser(java.io.InputStream inputStream)
Convenience constructor to parse the given inputStream file into an omod. |
Method Summary | |
---|---|
Module |
parse()
Get the module |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleFileParser(java.io.File moduleFile)
moduleFile
- the module (jar)file that will be parsedpublic ModuleFileParser(java.io.InputStream inputStream)
inputStream
- the inputStream pointing to an omod fileMethod Detail |
---|
public Module parse() throws ModuleException
ModuleException
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |