public abstract class ModuleDescriptor extends Object
| Constructor and Description |
|---|
ModuleDescriptor(String moduleName,
String moduleVersion,
List<String> moduleImports) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addToZip(ZipOutputStream zip)
Add all modules to the zip file.
|
List<String> |
getModuleImports() |
String |
getModuleInfo() |
String |
getModuleName() |
String |
getModuleVersion() |
public String getModuleName()
public String getModuleVersion()
public String getModuleInfo()
public abstract void addToZip(ZipOutputStream zip) throws IOException
zip - IOExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.