public class InstallerModule
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
MESSAGE_ERROR |
protected static java.lang.String |
MESSAGE_OK |
Modifier | Constructor and Description |
---|---|
protected |
InstallerModule() |
|
InstallerModule(java.io.File zip,
java.util.List<java.lang.String> replacedFiles) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
copyFiles(java.io.File zip,
ModuleInf mi) |
protected void |
executeCalls(ModuleInf mi,
Setup setup,
java.io.File zip) |
protected ModuleInf |
getModuleInf(java.io.File zip) |
static void |
replacedReport(java.util.List<java.lang.String> replacedFiles) |
protected static final java.lang.String MESSAGE_ERROR
protected static final java.lang.String MESSAGE_OK
protected InstallerModule()
public InstallerModule(java.io.File zip, java.util.List<java.lang.String> replacedFiles)