com.scientiamobile.reloader
Interface ReloadableWURFLEngine
- All Superinterfaces:
- CustomizableWURFLEngine, WURFLHolder, WURFLManager
- All Known Implementing Classes:
- AbstractReloadableWURFLEngine, DefaultReloadableWURFLEngine, GeneralWURFLEngine
public interface ReloadableWURFLEngine
- extends WURFLManager, WURFLHolder, CustomizableWURFLEngine
reload
void reload(WURFLResource root,
WURFLResources patches)
- Reload WURFL data from given resources.
- Parameters:
root - The WURFL main file resource. Can't be null.patches - The WURFL patches resources. Can be null.
reload
void reload(String rootPath,
String[] patchesPath)
- Reload WURFL data from given resources paths.
- Parameters:
rootPath - The WURFL main file path. Can't be null.patchesPath - The WURFL patches paths. Can be null.
reload
void reload(String rootPath)
applyPatches
void applyPatches(String... patchesPath)
applyPatches
void applyPatches(WURFLResources patches)
applyPatches
void applyPatches(WURFLResource... patches)
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.