org.jomc.sdk.model.modlet
Class SdkModelValidator

Package class diagram package SdkModelValidator
java.lang.Object
  extended by org.jomc.sdk.model.modlet.SdkModelValidator
All Implemented Interfaces:
org.jomc.modlet.ModelValidator

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public final class SdkModelValidator
extends Object
implements org.jomc.modlet.ModelValidator

SDK 'ModelValidator' implementation.

Version:
$Id: SdkModelValidator.java 2234 2010-06-29 00:03:38Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
SdkModelValidator()
          Creates a new SdkModelValidator instance.
 
Method Summary
Modifier and Type Method and Description
 org.jomc.modlet.ModelValidationReport validateModel(org.jomc.modlet.ModelContext context, org.jomc.modlet.Model model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SdkModelValidator

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public SdkModelValidator()
Creates a new SdkModelValidator instance.

Method Detail

validateModel

public org.jomc.modlet.ModelValidationReport validateModel(org.jomc.modlet.ModelContext context,
                                                           org.jomc.modlet.Model model)
                                                    throws org.jomc.modlet.ModelException
Specified by:
validateModel in interface org.jomc.modlet.ModelValidator
Throws:
org.jomc.modlet.ModelException


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.