public class ModuleFileParser
extends java.lang.Object
Constructor and Description |
---|
ModuleFileParser(java.io.File moduleFile)
Constructor
|
ModuleFileParser(java.io.InputStream inputStream)
Convenience constructor to parse the given inputStream file into an omod.
|
Modifier and Type | Method and Description |
---|---|
Module |
parse()
Get the module
|
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 filepublic Module parse() throws ModuleException
ModuleException
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.