org.jomc.standalone.model.modlet
Class StandaloneModelValidator

Package class diagram package StandaloneModelValidator
java.lang.Object
  extended by org.jomc.standalone.model.modlet.StandaloneModelValidator
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 StandaloneModelValidator
extends Object
implements org.jomc.modlet.ModelValidator

Standalone 'ModelValidator' implementation.

Version:
$Id: StandaloneModelValidator.java 2240 2010-06-29 07:53:15Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
StandaloneModelValidator()
          Creates a new StandaloneModelValidator 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

StandaloneModelValidator

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public StandaloneModelValidator()
Creates a new StandaloneModelValidator 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.