com.scientiamobile.reloader
Interface ReloadableWURFLEngine

All Superinterfaces:
CustomizableWURFLEngine, WURFLHolder, WURFLManager
All Known Implementing Classes:
AbstractReloadableWURFLEngine, DefaultReloadableWURFLEngine, GeneralWURFLEngine

public interface ReloadableWURFLEngine
extends WURFLManager, WURFLHolder, CustomizableWURFLEngine


Method Summary
 void applyPatches(String... patchesPath)
           
 void applyPatches(WURFLResource... patches)
           
 void applyPatches(WURFLResources patches)
           
 void reload(String rootPath)
           
 void reload(String rootPath, String[] patchesPath)
          Reload WURFL data from given resources paths.
 void reload(WURFLResource root, WURFLResources patches)
          Reload WURFL data from given resources.
 
Methods inherited from interface net.sourceforge.wurfl.core.WURFLManager
getDeviceForRequest, getDeviceForRequest, getDeviceForRequest, getEngineTarget, setEngineTarget
 
Methods inherited from interface net.sourceforge.wurfl.core.WURFLHolder
getWURFLManager, getWURFLUtils
 
Methods inherited from interface net.sourceforge.wurfl.core.CustomizableWURFLEngine
setCacheProvider, setCapabilitiesHolderFactory, setDeviceProvider, setMarkupResolver, setUserAgentNormalizerFactory, setUserAgentResolver, setWurflRequestFactory
 

Method Detail

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.