net.sourceforge.wurfl.core.resource
Class WURFLPatchingManager
java.lang.Object
net.sourceforge.wurfl.core.resource.WURFLPatchingManager
public final class WURFLPatchingManager
- extends Object
This class is responsible applying patches to devices Map.
This class do not verify consistency, it apply only the patches to devices.
It is intended to use by DefaultWURFLModel.
- Version:
- $Id: WURFLPatchingManager.java 934 2012-03-27 13:34:26Z fulvio.crivellaro $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
patchDevices
public static ModelDevices patchDevices(ModelDevices devices,
ModelDevices patchingDevices)
- Patch devices by patching devices.
- Parameters:
devices - The devices to patch.patchingDevices - The patching devices.
- Returns:
- patched ModelDevices.
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.