net.sourceforge.wurfl.core.resource
Class WURFLConsistencyVerifier

java.lang.Object
  extended by net.sourceforge.wurfl.core.resource.WURFLConsistencyVerifier

public final class WURFLConsistencyVerifier
extends Object

This static class verifies the Model consistency

Version:
$Id: WURFLConsistencyVerifier.java 934 2012-03-27 13:34:26Z fulvio.crivellaro $

Method Summary
static void verify(ModelDevices devices)
          Verify devices collection consistency.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

verify

public static void verify(ModelDevices devices)
                   throws WURFLConsistencyException
Verify devices collection consistency.

Parameters:
devices - The ModelDevices to verify.
Throws:
WURFLConsistencyException - If the given ModelDevices is not consistent.


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.