com.scientiamobile.reloader
Interface ReloadableWURFLService

All Superinterfaces:
WURFLService
All Known Implementing Classes:
DefaultReloadableWURFLService

public interface ReloadableWURFLService
extends WURFLService


Method Summary
 void applyPatches(WURFLResource... patches)
           
 void applyPatches(WURFLResources patches)
           
 void reload(WURFLResource root)
           
 void reload(WURFLResource root, WURFLResources patches)
           
 
Methods inherited from interface net.sourceforge.wurfl.core.WURFLService
getDeviceForRequest, getEngineTarget, setCacheProvider, setEngineTarget
 

Method Detail

reload

void reload(WURFLResource root,
            WURFLResources patches)

reload

void reload(WURFLResource root)

applyPatches

void applyPatches(WURFLResources patches)

applyPatches

void applyPatches(WURFLResource... patches)


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.