com.ibatis.db.sqlmap
Class XmlSqlMapValidator

java.lang.Object
  extended by com.ibatis.db.sqlmap.XmlSqlMapValidator

public class XmlSqlMapValidator
extends java.lang.Object


Constructor Summary
XmlSqlMapValidator()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the iBatis sql-map check.
static java.util.List validateSqlMap(SqlMap sqlMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSqlMapValidator

public XmlSqlMapValidator()
Method Detail

validateSqlMap

public static java.util.List validateSqlMap(SqlMap sqlMap)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Starts the iBatis sql-map check.

Parameters:
args - args should contain the filenames of the sql-map-config.xml files.
Throws:
java.lang.Exception