public abstract class ImportFileUpdater extends Object
| Constructor and Description |
|---|
ImportFileUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init() |
abstract boolean |
mustUpdate(org.jahia.commons.Version version,
int buildNumber)
Method used to determine if this import must be updated
|
void |
setImportUpdateService(ImportUpdateService importUpdateService) |
abstract File |
updateImport(File importFile,
String fileName,
String fileType)
Method used to update an import zip file
|
public abstract boolean mustUpdate(org.jahia.commons.Version version,
int buildNumber)
version - buildNumber - public abstract File updateImport(File importFile, String fileName, String fileType)
importFile - fileName - fileType - public void init()
public void destroy()
public void setImportUpdateService(ImportUpdateService importUpdateService)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.