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 432 2010-05-06 12:12:53Z filippo.deluca $
- Author:
- Fantayeneh Asres Gizaw, Filippo De Luca
| 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 © 2008-2010 WURFL-Pro srl. All Rights Reserved.